Html Css Color HEX #EC0E9F Hollywood Cerise

📋 copy color: '#EC0E9F'

red 236 ◦ green 14 ◦ blue 159

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

Shades of Hollywood Cerise #EC0E9F

Tints of Hollywood Cerise #EC0E9F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.42%

 BLUE value IS 159 (62.5% from 255) = 38.88%

R = 57.7%
G = 3.42%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC0E9F (or 0xEC0E9F) is known color: Hollywood Cerise. HEX triplet: EC, 0E and 9F. RGB value is (236,14,159). Sum of RGB (Red+Green+Blue) = 236+14+159=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0E9F is #13F160. Grayscale: #606060. Windows color (decimal): -1306977 or 10424044. OLE color: 10424044.

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

Color convert

RGB 236 14 159 -
CMYK 0 0.94 0.33 0.07
HSL 320.81º 0.89% 0.49% -
HSV(B) 320.81º 0.94% 0.93% -
XYZ 41.01 20.65 34.63 -
YUV 96.91 163.05 227.21 -
System Red Green Blue C M Y K H S L
Decimal 236 14 159 0 0.94 0.33 0.07 320.81 0.89 0.49
Hex EC E 9F 0 5E 21 7 141 59 31
Octal 354 16 237 0 136 41 7 501 131 61
Binary 11101100 1110 10011111 0 1011110 100001 111 101000001 1011001 110001

Color Harmonies of #EC0E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0E9F

Black with #EC0E9F

Text Example


Text Example

White with #EC0E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0E9F; }

 p { color: rgb(236,14,159); }

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

background-color css

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

 a { background-color: rgb(236,14,159); }

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

border-color css

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

 span { border-color: rgb(236,14,159); }

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