Html Css Color HEX #E5029B Hollywood Cerise

📋 copy color: '#E5029B'

red 229 ◦ green 2 ◦ blue 155

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

Shades of Hollywood Cerise #E5029B

Tints of Hollywood Cerise #E5029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 59.33%
G = 0.52%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5029B (or 0xE5029B) is known color: Hollywood Cerise. HEX triplet: E5, 02 and 9B. RGB value is (229,2,155). Sum of RGB (Red+Green+Blue) = 229+2+155=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E5029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5029B is #1AFD64. Grayscale: #565656. Windows color (decimal): -1768805 or 10158821. OLE color: 10158821.

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

Color convert

RGB 229 2 155 -
CMYK 0 0.99 0.32 0.10
HSL 319.56º 0.98% 0.45% -
HSV(B) 319.56º 0.99% 0.9% -
XYZ 38.25 19.07 32.67 -
YUV 87.32 166.21 229.06 -
System Red Green Blue C M Y K H S L
Decimal 229 2 155 0 0.99 0.32 0.10 319.56 0.98 0.45
Hex E5 2 9B 0 63 20 A 140 62 2D
Octal 345 2 233 0 143 40 12 500 142 55
Binary 11100101 10 10011011 0 1100011 100000 1010 101000000 1100010 101101

Color Harmonies of #E5029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5029B

Black with #E5029B

Text Example


Text Example

White with #E5029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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