Html Css Color HEX #EC028D Hollywood Cerise

📋 copy color: '#EC028D'

red 236 ◦ green 2 ◦ blue 141

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

Shades of Hollywood Cerise #EC028D

Tints of Hollywood Cerise #EC028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 62.27%
G = 0.53%
B = 37.2%

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

#EC028D (or 0xEC028D) is known color: Hollywood Cerise. HEX triplet: EC, 02 and 8D. RGB value is (236,2,141). Sum of RGB (Red+Green+Blue) = 236+2+141=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC028D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC028D is #13FD72. Grayscale: #575757. Windows color (decimal): -1310067 or 9241324. OLE color: 9241324.

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

Color convert

RGB 236 2 141 -
CMYK 0 0.99 0.40 0.07
HSL 324.36º 0.98% 0.47% -
HSV(B) 324.36º 0.99% 0.93% -
XYZ 39.42 19.8 26.94 -
YUV 87.81 158.02 233.7 -
System Red Green Blue C M Y K H S L
Decimal 236 2 141 0 0.99 0.40 0.07 324.36 0.98 0.47
Hex EC 2 8D 0 63 28 7 144 62 2F
Octal 354 2 215 0 143 50 7 504 142 57
Binary 11101100 10 10001101 0 1100011 101000 111 101000100 1100010 101111

Color Harmonies of #EC028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC028D

Black with #EC028D

Text Example


Text Example

White with #EC028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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