Html Css Color HEX #EC0096 Hollywood Cerise

📋 copy color: '#EC0096'

red 236 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #EC0096

Tints of Hollywood Cerise #EC0096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 38.86%

R = 61.14%
G = 0%
B = 38.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC0096 (or 0xEC0096) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 96. RGB value is (236,0,150). Sum of RGB (Red+Green+Blue) = 236+0+150=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0096 is #13FF69. Grayscale: #575757. Windows color (decimal): -1310570 or 9830636. OLE color: 9830636.

HSL color Cylindrical-coordinate representation of color #EC0096: hue angle of 321.86º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0096 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 150 -
CMYK 0 1 0.36 0.07
HSL 321.86º 1% 0.46% -
HSV(B) 321.86º 1% 0.93% -
XYZ 40.1 20.03 30.61 -
YUV 87.66 163.19 233.8 -
System Red Green Blue C M Y K H S L
Decimal 236 0 150 0 1 0.36 0.07 321.86 1 0.46
Hex EC 0 96 0 64 24 7 142 64 2E
Octal 354 0 226 0 144 44 7 502 144 56
Binary 11101100 0 10010110 0 1100100 100100 111 101000010 1100100 101110

Color Harmonies of #EC0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0096

Black with #EC0096

Text Example


Text Example

White with #EC0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0096; }

 p { color: rgb(236,0,150); }

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

background-color css

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

 a { background-color: rgb(236,0,150); }

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

border-color css

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

 span { border-color: rgb(236,0,150); }

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