Html Css Color HEX #EC008E Hollywood Cerise

📋 copy color: '#EC008E'

red 236 ◦ green 0 ◦ blue 142

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

Shades of Hollywood Cerise #EC008E

Tints of Hollywood Cerise #EC008E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 62.43%
G = 0%
B = 37.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC008E (or 0xEC008E) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 8E. RGB value is (236,0,142). Sum of RGB (Red+Green+Blue) = 236+0+142=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC008E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC008E is #13FF71. Grayscale: #565656. Windows color (decimal): -1310578 or 9306348. OLE color: 9306348.

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

Color convert

RGB 236 0 142 -
CMYK 0 1 0.40 0.07
HSL 323.9º 1% 0.46% -
HSV(B) 323.9º 1% 0.93% -
XYZ 39.47 19.79 27.33 -
YUV 86.75 159.19 234.45 -
System Red Green Blue C M Y K H S L
Decimal 236 0 142 0 1 0.40 0.07 323.9 1 0.46
Hex EC 0 8E 0 64 28 7 144 64 2E
Octal 354 0 216 0 144 50 7 504 144 56
Binary 11101100 0 10001110 0 1100100 101000 111 101000100 1100100 101110

Color Harmonies of #EC008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC008E

Black with #EC008E

Text Example


Text Example

White with #EC008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC008E; }

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

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

background-color css

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

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

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

border-color css

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

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

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