Html Css Color HEX #EC0089 Hollywood Cerise

📋 copy color: '#EC0089'

red 236 ◦ green 0 ◦ blue 137

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

Shades of Hollywood Cerise #EC0089

Tints of Hollywood Cerise #EC0089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.73%

R = 63.27%
G = 0%
B = 36.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC0089 (or 0xEC0089) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 89. RGB value is (236,0,137). Sum of RGB (Red+Green+Blue) = 236+0+137=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0089 is #13FF76. Grayscale: #555555. Windows color (decimal): -1310583 or 8978668. OLE color: 8978668.

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

Color convert

RGB 236 0 137 -
CMYK 0 1 0.42 0.07
HSL 325.17º 1% 0.46% -
HSV(B) 325.17º 1% 0.93% -
XYZ 39.11 19.64 25.4 -
YUV 86.18 156.69 234.86 -
System Red Green Blue C M Y K H S L
Decimal 236 0 137 0 1 0.42 0.07 325.17 1 0.46
Hex EC 0 89 0 64 2A 7 145 64 2E
Octal 354 0 211 0 144 52 7 505 144 56
Binary 11101100 0 10001001 0 1100100 101010 111 101000101 1100100 101110

Color Harmonies of #EC0089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0089

Black with #EC0089

Text Example


Text Example

White with #EC0089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0089; }

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

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

background-color css

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

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

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

border-color css

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

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

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