COLOR #ED35A6

HEX: #ED35A6
RGB: (237,53,166)

Renk bilgisi

#ED35A6 contains mainly red color. #ED35A6 ‘ nin web güvenlik rengi #FF3399 (ya da #F39) dir.

RGB renk modeli

#ED35A6 color RGB value is (237,53,166).

  • kırmız ton 237;
  • yeşil ton 53;
  • mavi ton 166.
RGB:
(237,53,166)
(93%,21%,65%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 53 of 255 = 21%
B 166 of 255 = 65%

237
53
166

R + G + B ~ 60%. #ED35A6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 53 + 166 = 456 (100%)
R 237 of 456 ~ 51.97%
G 53 of 456 ~ 11.62%
B 166 of 456 ~ 36.4%

%51.97
%11.62
%36.4

CMYK RENK MODELİ

#ED35A6 rengi CMYK tonu (0,78,30,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.64%
  • sarı tonu 29.96%
  • ana renk tonu 7.06%
CMYK:
(0,78,30,7)
C0M78Y30K7 
(0%,78%,30%,7%)
(0.00/0.78/0.30/0.07)	

CMYK yüzdeleri

%0
%77.64
%29.96
%7.06

Codes

Color #ED35A6 in popluar color models

ED35A6
RGB23753166
HSL323°83.64%56.86%
HSB/HSV323°77.64%92.94%
CMYK0.00%77.64%29.96%
7.06%

Color #ED35A6 in popluar number systems.

HEXED35A6
Decimal23753166
Binary1110110111010110100110
Octal35565246

Shades and tints

Shades of #ED35A6

#ED35A6
(237,53,166)
#D83197
(216,49,151)
#C32D88
(195,45,136)
#AE2979
(174,41,121)
#99256A
(153,37,106)
#84215B
(132,33,91)
#6F1D4C
(111,29,76)
#5A193D
(90,25,61)
#45152E
(69,21,46)
#30111F
(48,17,31)
#1B0D10
(27,13,16)
#000000
(0,0,0)

Tints of #ED35A6

#ED35A6
(237,53,166)
#EE47AE
(238,71,174)
#EF59B6
(239,89,182)
#F06BBE
(240,107,190)
#F17DC6
(241,125,198)
#F28FCE
(242,143,206)
#F3A1D6
(243,161,214)
#F4B3DE
(244,179,222)
#F5C5E6
(245,197,230)
#F6D7EE
(246,215,238)
#F7E9F6
(247,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED35A6 color. Also use rgb(237,53,166) instead hex code.

Text Font Color

.myTextColor { color: #ED35A6; }

<p style="color:#ED35A6">This sample text font color is #ED35A6.</p>

This text font color is #ED35A6.


Background Color

.myBgColor { background-color: #ED35A6; }

<div style="background-color:#ED35A6">Inner text</div>

This div background color is #ED35A6.


Border color

.myBorderColor { border: 1px solid #ED35A6; }

<div style="border:3px solid #ED35A6">Div</div>

This div border color is #ED35A6.


Opacity

.myOpacity80 { color: #ED35A6; opacity: 0.8; }

<p style="color:#ED35A6;opacity:0.8;">80%</p>

Text with #ED35A6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ED35A6;}

<p style="text-shadow: 3px 3px 1px #ED35A6">Text here.</p>

This text has shadow with #ED35A6 color.

.textShadow {text-shadow: 3px 3px 1px #ED35A6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ED35A6, 5px 5px 20px red">Text here.</p>

This text has shadow with #ED35A6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED35A6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ED35A6, Direction=45, Strength=4)">Text</p>

This text has shadow with #ED35A6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ED35A6;
  -webkit-box-shadow:	1px 1px 3px 2px #ED35A6;
  box-shadow:		1px 1px 3px 2px #ED35A6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED35A6;
-webkit-box-shadow: 1px 1px 3px 2px #ED35A6;
box-shadow:1px 1px 3px 2px #ED35A6;">
Div content here</div>
This div box has shadow with color #ED35A6.

Preview

Color preview on black background

This text has color #ED35A6 on black background.


Color preview on white background

This text has color #ED35A6 on white background.



Black color preview on #ED35A6 background

This text has black color on #ED35A6 background.


White color preview on #ED35A6 background

This text has white color on #ED35A6 background.