Html Css Color HEX #EC0F9E Hollywood Cerise

📋 copy color: '#EC0F9E'

red 236 ◦ green 15 ◦ blue 158

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

Shades of Hollywood Cerise #EC0F9E

Tints of Hollywood Cerise #EC0F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.63%

R = 57.7%
G = 3.67%
B = 38.63%

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

#EC0F9E (or 0xEC0F9E) is known color: Hollywood Cerise. HEX triplet: EC, 0F and 9E. RGB value is (236,15,158). Sum of RGB (Red+Green+Blue) = 236+15+158=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0F9E is #13F061. Grayscale: #616161. Windows color (decimal): -1306722 or 10358764. OLE color: 10358764.

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

Color convert

RGB 236 15 158 -
CMYK 0 0.94 0.33 0.07
HSL 321.18º 0.88% 0.49% -
HSV(B) 321.18º 0.94% 0.93% -
XYZ 40.93 20.64 34.17 -
YUV 97.38 162.22 226.87 -
System Red Green Blue C M Y K H S L
Decimal 236 15 158 0 0.94 0.33 0.07 321.18 0.88 0.49
Hex EC F 9E 0 5E 21 7 141 58 31
Octal 354 17 236 0 136 41 7 501 130 61
Binary 11101100 1111 10011110 0 1011110 100001 111 101000001 1011000 110001

Color Harmonies of #EC0F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F9E

Black with #EC0F9E

Text Example


Text Example

White with #EC0F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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