Html Css Color HEX #E5028D Hollywood Cerise

📋 copy color: '#E5028D'

red 229 ◦ green 2 ◦ blue 141

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

Shades of Hollywood Cerise #E5028D

Tints of Hollywood Cerise #E5028D

RGB

 RED value IS 229 (89.84% from 255) = 61.56%

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

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

R = 61.56%
G = 0.54%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5028D (or 0xE5028D) is known color: Hollywood Cerise. HEX triplet: E5, 02 and 8D. RGB value is (229,2,141). Sum of RGB (Red+Green+Blue) = 229+2+141=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E5028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5028D is #1AFD72. Grayscale: #555555. Windows color (decimal): -1768819 or 9241317. OLE color: 9241317.

HSL color Cylindrical-coordinate representation of color #E5028D: hue angle of 323.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5028D is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 141 -
CMYK 0 0.99 0.38 0.10
HSL 323.26º 0.98% 0.45% -
HSV(B) 323.26º 0.99% 0.9% -
XYZ 37.14 18.62 26.84 -
YUV 85.72 159.21 230.2 -
System Red Green Blue C M Y K H S L
Decimal 229 2 141 0 0.99 0.38 0.10 323.26 0.98 0.45
Hex E5 2 8D 0 63 26 A 143 62 2D
Octal 345 2 215 0 143 46 12 503 142 55
Binary 11100101 10 10001101 0 1100011 100110 1010 101000011 1100010 101101

Color Harmonies of #E5028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5028D

Black with #E5028D

Text Example


Text Example

White with #E5028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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