Html Css Color HEX #EC0288 Hollywood Cerise

📋 copy color: '#EC0288'

red 236 ◦ green 2 ◦ blue 136

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

Shades of Hollywood Cerise #EC0288

Tints of Hollywood Cerise #EC0288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.36%

R = 63.1%
G = 0.53%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC0288 (or 0xEC0288) is known color: Hollywood Cerise. HEX triplet: EC, 02 and 88. RGB value is (236,2,136). Sum of RGB (Red+Green+Blue) = 236+2+136=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0288 is #13FD77. Grayscale: #565656. Windows color (decimal): -1310072 or 8913644. OLE color: 8913644.

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

Color convert

RGB 236 2 136 -
CMYK 0 0.99 0.42 0.07
HSL 325.64º 0.98% 0.47% -
HSV(B) 325.64º 0.99% 0.93% -
XYZ 39.06 19.65 25.03 -
YUV 87.24 155.52 234.1 -
System Red Green Blue C M Y K H S L
Decimal 236 2 136 0 0.99 0.42 0.07 325.64 0.98 0.47
Hex EC 2 88 0 63 2A 7 146 62 2F
Octal 354 2 210 0 143 52 7 506 142 57
Binary 11101100 10 10001000 0 1100011 101010 111 101000110 1100010 101111

Color Harmonies of #EC0288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0288

Black with #EC0288

Text Example


Text Example

White with #EC0288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0288; }

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

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

background-color css

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

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

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

border-color css

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

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

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