Html Css Color HEX #EC0291 Hollywood Cerise

📋 copy color: '#EC0291'

red 236 ◦ green 2 ◦ blue 145

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

Shades of Hollywood Cerise #EC0291

Tints of Hollywood Cerise #EC0291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 61.62%
G = 0.52%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC0291 (or 0xEC0291) is known color: Hollywood Cerise. HEX triplet: EC, 02 and 91. RGB value is (236,2,145). Sum of RGB (Red+Green+Blue) = 236+2+145=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0291 is #13FD6E. Grayscale: #575757. Windows color (decimal): -1310063 or 9503468. OLE color: 9503468.

HSL color Cylindrical-coordinate representation of color #EC0291: hue angle of 323.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0291 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 2 145 -
CMYK 0 0.99 0.39 0.07
HSL 323.33º 0.98% 0.47% -
HSV(B) 323.33º 0.99% 0.93% -
XYZ 39.72 19.92 28.54 -
YUV 88.27 160.02 233.37 -
System Red Green Blue C M Y K H S L
Decimal 236 2 145 0 0.99 0.39 0.07 323.33 0.98 0.47
Hex EC 2 91 0 63 27 7 143 62 2F
Octal 354 2 221 0 143 47 7 503 142 57
Binary 11101100 10 10010001 0 1100011 100111 111 101000011 1100010 101111

Color Harmonies of #EC0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0291

Black with #EC0291

Text Example


Text Example

White with #EC0291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0291; }

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

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

background-color css

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

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

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

border-color css

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

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

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