Html Css Color HEX #EC028E Hollywood Cerise

📋 copy color: '#EC028E'

red 236 ◦ green 2 ◦ blue 142

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

Shades of Hollywood Cerise #EC028E

Tints of Hollywood Cerise #EC028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.37%

R = 62.11%
G = 0.53%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC028E (or 0xEC028E) is known color: Hollywood Cerise. HEX triplet: EC, 02 and 8E. RGB value is (236,2,142). Sum of RGB (Red+Green+Blue) = 236+2+142=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC028E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC028E is #13FD71. Grayscale: #575757. Windows color (decimal): -1310066 or 9306860. OLE color: 9306860.

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

Color convert

RGB 236 2 142 -
CMYK 0 0.99 0.40 0.07
HSL 324.1º 0.98% 0.47% -
HSV(B) 324.1º 0.99% 0.93% -
XYZ 39.5 19.83 27.34 -
YUV 87.93 158.52 233.62 -
System Red Green Blue C M Y K H S L
Decimal 236 2 142 0 0.99 0.40 0.07 324.1 0.98 0.47
Hex EC 2 8E 0 63 28 7 144 62 2F
Octal 354 2 216 0 143 50 7 504 142 57
Binary 11101100 10 10001110 0 1100011 101000 111 101000100 1100010 101111

Color Harmonies of #EC028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC028E

Black with #EC028E

Text Example


Text Example

White with #EC028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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