Html Css Color HEX #EC0189 Hollywood Cerise

📋 copy color: '#EC0189'

red 236 ◦ green 1 ◦ blue 137

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

Shades of Hollywood Cerise #EC0189

Tints of Hollywood Cerise #EC0189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 63.1%
G = 0.27%
B = 36.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC0189 (or 0xEC0189) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 89. RGB value is (236,1,137). Sum of RGB (Red+Green+Blue) = 236+1+137=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0189 is #13FE76. Grayscale: #565656. Windows color (decimal): -1310327 or 8978924. OLE color: 8978924.

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

Color convert

RGB 236 1 137 -
CMYK 0 1.00 0.42 0.07
HSL 325.28º 0.99% 0.46% -
HSV(B) 325.28º 1% 0.93% -
XYZ 39.12 19.66 25.4 -
YUV 86.77 156.36 234.44 -
System Red Green Blue C M Y K H S L
Decimal 236 1 137 0 1.00 0.42 0.07 325.28 0.99 0.46
Hex EC 1 89 0 64 2A 7 145 63 2E
Octal 354 1 211 0 144 52 7 505 143 56
Binary 11101100 1 10001001 0 1100100 101010 111 101000101 1100011 101110

Color Harmonies of #EC0189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0189

Black with #EC0189

Text Example


Text Example

White with #EC0189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0189; }

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

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

background-color css

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

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

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

border-color css

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

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

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