Html Css Color HEX #EC0F9C Hollywood Cerise

📋 copy color: '#EC0F9C'

red 236 ◦ green 15 ◦ blue 156

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

Shades of Hollywood Cerise #EC0F9C

Tints of Hollywood Cerise #EC0F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.33%

R = 57.99%
G = 3.69%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC0F9C (or 0xEC0F9C) is known color: Hollywood Cerise. HEX triplet: EC, 0F and 9C. RGB value is (236,15,156). Sum of RGB (Red+Green+Blue) = 236+15+156=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0F9C is #13F063. Grayscale: #606060. Windows color (decimal): -1306724 or 10227692. OLE color: 10227692.

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

Color convert

RGB 236 15 156 -
CMYK 0 0.94 0.34 0.07
HSL 321.72º 0.88% 0.49% -
HSV(B) 321.72º 0.94% 0.93% -
XYZ 40.76 20.57 33.28 -
YUV 97.15 161.22 227.04 -
System Red Green Blue C M Y K H S L
Decimal 236 15 156 0 0.94 0.34 0.07 321.72 0.88 0.49
Hex EC F 9C 0 5E 22 7 142 58 31
Octal 354 17 234 0 136 42 7 502 130 61
Binary 11101100 1111 10011100 0 1011110 100010 111 101000010 1011000 110001

Color Harmonies of #EC0F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F9C

Black with #EC0F9C

Text Example


Text Example

White with #EC0F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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