Html Css Color HEX #E8058C Hollywood Cerise

📋 copy color: '#E8058C'

red 232 ◦ green 5 ◦ blue 140

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

Shades of Hollywood Cerise #E8058C

Tints of Hollywood Cerise #E8058C

RGB

 RED value IS 232 (91.02% from 255) = 61.54%

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

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 61.54%
G = 1.33%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E8058C (or 0xE8058C) is known color: Hollywood Cerise. HEX triplet: E8, 05 and 8C. RGB value is (232,5,140). Sum of RGB (Red+Green+Blue) = 232+5+140=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E8058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8058C is #17FA73. Grayscale: #575757. Windows color (decimal): -1571444 or 9176552. OLE color: 9176552.

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

Color convert

RGB 232 5 140 -
CMYK 0 0.98 0.40 0.09
HSL 324.32º 0.96% 0.46% -
HSV(B) 324.32º 0.98% 0.91% -
XYZ 38.07 19.16 26.5 -
YUV 88.26 157.21 230.52 -
System Red Green Blue C M Y K H S L
Decimal 232 5 140 0 0.98 0.40 0.09 324.32 0.96 0.46
Hex E8 5 8C 0 62 28 9 144 60 2E
Octal 350 5 214 0 142 50 11 504 140 56
Binary 11101000 101 10001100 0 1100010 101000 1001 101000100 1100000 101110

Color Harmonies of #E8058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8058C

Black with #E8058C

Text Example


Text Example

White with #E8058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8058C; }

 p { color: rgb(232,5,140); }

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

background-color css

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

 a { background-color: rgb(232,5,140); }

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

border-color css

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

 span { border-color: rgb(232,5,140); }

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