Html Css Color HEX #E5028A Hollywood Cerise

📋 copy color: '#E5028A'

red 229 ◦ green 2 ◦ blue 138

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

Shades of Hollywood Cerise #E5028A

Tints of Hollywood Cerise #E5028A

RGB

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

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

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

R = 62.06%
G = 0.54%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5028A (or 0xE5028A) is known color: Hollywood Cerise. HEX triplet: E5, 02 and 8A. RGB value is (229,2,138). Sum of RGB (Red+Green+Blue) = 229+2+138=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E5028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5028A is #1AFD75. Grayscale: #555555. Windows color (decimal): -1768822 or 9044709. OLE color: 9044709.

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

Color convert

RGB 229 2 138 -
CMYK 0 0.99 0.40 0.10
HSL 324.05º 0.98% 0.45% -
HSV(B) 324.05º 0.99% 0.9% -
XYZ 36.92 18.54 25.68 -
YUV 85.38 157.71 230.44 -
System Red Green Blue C M Y K H S L
Decimal 229 2 138 0 0.99 0.40 0.10 324.05 0.98 0.45
Hex E5 2 8A 0 63 28 A 144 62 2D
Octal 345 2 212 0 143 50 12 504 142 55
Binary 11100101 10 10001010 0 1100011 101000 1010 101000100 1100010 101101

Color Harmonies of #E5028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5028A

Black with #E5028A

Text Example


Text Example

White with #E5028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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