Html Css Color HEX #EC0091 Hollywood Cerise

📋 copy color: '#EC0091'

red 236 ◦ green 0 ◦ blue 145

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

Shades of Hollywood Cerise #EC0091

Tints of Hollywood Cerise #EC0091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.06%

R = 61.94%
G = 0%
B = 38.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC0091 (or 0xEC0091) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 91. RGB value is (236,0,145). Sum of RGB (Red+Green+Blue) = 236+0+145=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0091 is #13FF6E. Grayscale: #565656. Windows color (decimal): -1310575 or 9502956. OLE color: 9502956.

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

Color convert

RGB 236 0 145 -
CMYK 0 1 0.39 0.07
HSL 323.14º 1% 0.46% -
HSV(B) 323.14º 1% 0.93% -
XYZ 39.7 19.88 28.53 -
YUV 87.09 160.69 234.21 -
System Red Green Blue C M Y K H S L
Decimal 236 0 145 0 1 0.39 0.07 323.14 1 0.46
Hex EC 0 91 0 64 27 7 143 64 2E
Octal 354 0 221 0 144 47 7 503 144 56
Binary 11101100 0 10010001 0 1100100 100111 111 101000011 1100100 101110

Color Harmonies of #EC0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0091

Black with #EC0091

Text Example


Text Example

White with #EC0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0091; }

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

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

background-color css

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

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

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

border-color css

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

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

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