Html Css Color HEX #EC0DAF Hollywood Cerise

📋 copy color: '#EC0DAF'

red 236 ◦ green 13 ◦ blue 175

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

Shades of Hollywood Cerise #EC0DAF

Tints of Hollywood Cerise #EC0DAF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.07%

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 55.66%
G = 3.07%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC0DAF (or 0xEC0DAF) is known color: Hollywood Cerise. HEX triplet: EC, 0D and AF. RGB value is (236,13,175). Sum of RGB (Red+Green+Blue) = 236+13+175=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0DAF is #13F250. Grayscale: #616161. Windows color (decimal): -1307217 or 11472364. OLE color: 11472364.

HSL color Cylindrical-coordinate representation of color #EC0DAF: hue angle of 316.41º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0DAF is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 13 175 -
CMYK 0 0.94 0.26 0.07
HSL 316.41º 0.9% 0.49% -
HSV(B) 316.41º 0.94% 0.93% -
XYZ 42.47 21.22 42.41 -
YUV 98.15 171.38 226.33 -
System Red Green Blue C M Y K H S L
Decimal 236 13 175 0 0.94 0.26 0.07 316.41 0.9 0.49
Hex EC D AF 0 5E 1A 7 13C 5A 31
Octal 354 15 257 0 136 32 7 474 132 61
Binary 11101100 1101 10101111 0 1011110 11010 111 100111100 1011010 110001

Color Harmonies of #EC0DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0DAF

Black with #EC0DAF

Text Example


Text Example

White with #EC0DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0DAF; }

 p { color: rgb(236,13,175); }

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

background-color css

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

 a { background-color: rgb(236,13,175); }

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

border-color css

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

 span { border-color: rgb(236,13,175); }

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