Html Css Color HEX #EC42A9 Brilliant Rose

📋 copy color: '#EC42A9'

red 236 ◦ green 66 ◦ blue 169

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

Shades of Brilliant Rose #EC42A9

Tints of Brilliant Rose #EC42A9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.01%

 BLUE value IS 169 (66.41% from 255) = 35.88%

R = 50.11%
G = 14.01%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC42A9 (or 0xEC42A9) is known color: Brilliant Rose. HEX triplet: EC, 42 and A9. RGB value is (236,66,169). Sum of RGB (Red+Green+Blue) = 236+66+169=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC42A9 is #13BD56. Grayscale: #808080. Windows color (decimal): -1293655 or 11092716. OLE color: 11092716.

HSL color Cylindrical-coordinate representation of color #EC42A9: hue angle of 323.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC42A9 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 66 169 -
CMYK 0 0.72 0.28 0.07
HSL 323.65º 0.82% 0.59% -
HSV(B) 323.65º 0.72% 0.93% -
XYZ 43.7 24.59 39.98 -
YUV 128.57 150.82 204.62 -
System Red Green Blue C M Y K H S L
Decimal 236 66 169 0 0.72 0.28 0.07 323.65 0.82 0.59
Hex EC 42 A9 0 48 1C 7 144 52 3B
Octal 354 102 251 0 110 34 7 504 122 73
Binary 11101100 1000010 10101001 0 1001000 11100 111 101000100 1010010 111011

Color Harmonies of #EC42A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42A9

Black with #EC42A9

Text Example


Text Example

White with #EC42A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42A9; }

 p { color: rgb(236,66,169); }

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

background-color css

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

 a { background-color: rgb(236,66,169); }

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

border-color css

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

 span { border-color: rgb(236,66,169); }

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