Html Css Color HEX #E5058E Hollywood Cerise

📋 copy color: '#E5058E'

red 229 ◦ green 5 ◦ blue 142

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

Shades of Hollywood Cerise #E5058E

Tints of Hollywood Cerise #E5058E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

 BLUE value IS 142 (55.86% from 255) = 37.77%

R = 60.9%
G = 1.33%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5058E (or 0xE5058E) is known color: Hollywood Cerise. HEX triplet: E5, 05 and 8E. RGB value is (229,5,142). Sum of RGB (Red+Green+Blue) = 229+5+142=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E5058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5058E is #1AFA71. Grayscale: #575757. Windows color (decimal): -1768050 or 9307621. OLE color: 9307621.

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

Color convert

RGB 229 5 142 -
CMYK 0 0.98 0.38 0.10
HSL 323.3º 0.96% 0.46% -
HSV(B) 323.3º 0.98% 0.9% -
XYZ 37.25 18.72 27.24 -
YUV 87.59 158.71 228.86 -
System Red Green Blue C M Y K H S L
Decimal 229 5 142 0 0.98 0.38 0.10 323.3 0.96 0.46
Hex E5 5 8E 0 62 26 A 143 60 2E
Octal 345 5 216 0 142 46 12 503 140 56
Binary 11100101 101 10001110 0 1100010 100110 1010 101000011 1100000 101110

Color Harmonies of #E5058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5058E

Black with #E5058E

Text Example


Text Example

White with #E5058E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5058E; }

 p { color: rgb(229,5,142); }

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

background-color css

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

 a { background-color: rgb(229,5,142); }

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

border-color css

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

 span { border-color: rgb(229,5,142); }

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