Html Css Color HEX #EC0F99 Hollywood Cerise

📋 copy color: '#EC0F99'

red 236 ◦ green 15 ◦ blue 153

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

Shades of Hollywood Cerise #EC0F99

Tints of Hollywood Cerise #EC0F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.71%

 BLUE value IS 153 (60.16% from 255) = 37.87%

R = 58.42%
G = 3.71%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC0F99 (or 0xEC0F99) is known color: Hollywood Cerise. HEX triplet: EC, 0F and 99. RGB value is (236,15,153). Sum of RGB (Red+Green+Blue) = 236+15+153=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0F99 is #13F066. Grayscale: #606060. Windows color (decimal): -1306727 or 10031084. OLE color: 10031084.

HSL color Cylindrical-coordinate representation of color #EC0F99: hue angle of 322.53º degrees, saturation: 0.88, 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 #EC0F99 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 15 153 -
CMYK 0 0.94 0.35 0.07
HSL 322.53º 0.88% 0.49% -
HSV(B) 322.53º 0.94% 0.93% -
XYZ 40.51 20.47 31.95 -
YUV 96.81 159.72 227.28 -
System Red Green Blue C M Y K H S L
Decimal 236 15 153 0 0.94 0.35 0.07 322.53 0.88 0.49
Hex EC F 99 0 5E 23 7 143 58 31
Octal 354 17 231 0 136 43 7 503 130 61
Binary 11101100 1111 10011001 0 1011110 100011 111 101000011 1011000 110001

Color Harmonies of #EC0F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F99

Black with #EC0F99

Text Example


Text Example

White with #EC0F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F99; }

 p { color: rgb(236,15,153); }

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

background-color css

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

 a { background-color: rgb(236,15,153); }

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

border-color css

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

 span { border-color: rgb(236,15,153); }

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