Html Css Color HEX #EC028A Hollywood Cerise

📋 copy color: '#EC028A'

red 236 ◦ green 2 ◦ blue 138

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

Shades of Hollywood Cerise #EC028A

Tints of Hollywood Cerise #EC028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 62.77%
G = 0.53%
B = 36.7%

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

#EC028A (or 0xEC028A) is known color: Hollywood Cerise. HEX triplet: EC, 02 and 8A. RGB value is (236,2,138). Sum of RGB (Red+Green+Blue) = 236+2+138=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC028A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC028A is #13FD75. Grayscale: #575757. Windows color (decimal): -1310070 or 9044716. OLE color: 9044716.

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

Color convert

RGB 236 2 138 -
CMYK 0 0.99 0.42 0.07
HSL 325.13º 0.98% 0.47% -
HSV(B) 325.13º 0.99% 0.93% -
XYZ 39.2 19.71 25.78 -
YUV 87.47 156.52 233.94 -
System Red Green Blue C M Y K H S L
Decimal 236 2 138 0 0.99 0.42 0.07 325.13 0.98 0.47
Hex EC 2 8A 0 63 2A 7 145 62 2F
Octal 354 2 212 0 143 52 7 505 142 57
Binary 11101100 10 10001010 0 1100011 101010 111 101000101 1100010 101111

Color Harmonies of #EC028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC028A

Black with #EC028A

Text Example


Text Example

White with #EC028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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