Html Css Color HEX #E0028D Hollywood Cerise

📋 copy color: '#E0028D'

red 224 ◦ green 2 ◦ blue 141

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

Shades of Hollywood Cerise #E0028D

Tints of Hollywood Cerise #E0028D

RGB

 RED value IS 224 (87.89% from 255) = 61.04%

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

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

R = 61.04%
G = 0.54%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0028D (or 0xE0028D) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 8D. RGB value is (224,2,141). Sum of RGB (Red+Green+Blue) = 224+2+141=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E0028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0028D is #1FFD72. Grayscale: #535353. Windows color (decimal): -2096499 or 9241312. OLE color: 9241312.

HSL color Cylindrical-coordinate representation of color #E0028D: hue angle of 322.43º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0028D is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 2 141 -
CMYK 0 0.99 0.37 0.12
HSL 322.43º 0.98% 0.44% -
HSV(B) 322.43º 0.99% 0.88% -
XYZ 35.57 17.81 26.76 -
YUV 84.22 160.05 227.7 -
System Red Green Blue C M Y K H S L
Decimal 224 2 141 0 0.99 0.37 0.12 322.43 0.98 0.44
Hex E0 2 8D 0 63 25 C 142 62 2C
Octal 340 2 215 0 143 45 14 502 142 54
Binary 11100000 10 10001101 0 1100011 100101 1100 101000010 1100010 101100

Color Harmonies of #E0028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0028D

Black with #E0028D

Text Example


Text Example

White with #E0028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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