Html Css Color HEX #EC5EAA Brilliant Rose

📋 copy color: '#EC5EAA'

red 236 ◦ green 94 ◦ blue 170

#EC5EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EC5EAA

Tints of Brilliant Rose #EC5EAA

RGB

 RED value IS 236 (92.58% from 255) = 47.2%

 GREEN value IS 94 (37.11% from 255) = 18.8%

 BLUE value IS 170 (66.8% from 255) = 34%

R = 47.2%
G = 18.8%
B = 34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC5EAA (or 0xEC5EAA) is known color: Brilliant Rose. HEX triplet: EC, 5E and AA. RGB value is (236,94,170). Sum of RGB (Red+Green+Blue) = 236+94+170=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5EAA is #13A155. Grayscale: #909090. Windows color (decimal): -1286486 or 11165420. OLE color: 11165420.

HSL color Cylindrical-coordinate representation of color #EC5EAA: hue angle of 327.89º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5EAA is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 94 170 -
CMYK 0 0.60 0.28 0.07
HSL 327.89º 0.79% 0.65% -
HSV(B) 327.89º 0.6% 0.93% -
XYZ 45.85 28.74 41.16 -
YUV 145.12 142.04 192.82 -
System Red Green Blue C M Y K H S L
Decimal 236 94 170 0 0.60 0.28 0.07 327.89 0.79 0.65
Hex EC 5E AA 0 3C 1C 7 148 4F 41
Octal 354 136 252 0 74 34 7 510 117 101
Binary 11101100 1011110 10101010 0 111100 11100 111 101001000 1001111 1000001

Color Harmonies of #EC5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5EAA

Black with #EC5EAA

Text Example


Text Example

White with #EC5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5EAA; }

 p { color: rgb(236,94,170); }

 H1.HeaderClassName
 {
   color: #EC5EAA;
 }
 .AnyTagClassName
 {
   color: #EC5EAA;
 }
</style>

background-color css

<style>
 a { background-color: #EC5EAA; }

 a { background-color: rgb(236,94,170); }

 div.DivClassName
 {
   background-color: #EC5EAA;
 }
 .BgClassName
 {
   background-color: #EC5EAA;
 }
</style>

border-color css

<style>
 span { border-color: #EC5EAA; }

 span { border-color: rgb(236,94,170); }

 td.TdClassName
 {
   border-color: #EC5EAA;
 }
 .TagClassName
 {
   border-color: #EC5EAA;
 }
</style>