Html Css Color HEX #EC008C Hollywood Cerise

📋 copy color: '#EC008C'

red 236 ◦ green 0 ◦ blue 140

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

Shades of Hollywood Cerise #EC008C

Tints of Hollywood Cerise #EC008C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 62.77%
G = 0%
B = 37.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC008C (or 0xEC008C) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 8C. RGB value is (236,0,140). Sum of RGB (Red+Green+Blue) = 236+0+140=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC008C is #13FF73. Grayscale: #565656. Windows color (decimal): -1310580 or 9175276. OLE color: 9175276.

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

Color convert

RGB 236 0 140 -
CMYK 0 1 0.41 0.07
HSL 324.41º 1% 0.46% -
HSV(B) 324.41º 1% 0.93% -
XYZ 39.33 19.73 26.55 -
YUV 86.52 158.19 234.62 -
System Red Green Blue C M Y K H S L
Decimal 236 0 140 0 1 0.41 0.07 324.41 1 0.46
Hex EC 0 8C 0 64 29 7 144 64 2E
Octal 354 0 214 0 144 51 7 504 144 56
Binary 11101100 0 10001100 0 1100100 101001 111 101000100 1100100 101110

Color Harmonies of #EC008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC008C

Black with #EC008C

Text Example


Text Example

White with #EC008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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