Html Css Color HEX #E0058F Hollywood Cerise

📋 copy color: '#E0058F'

red 224 ◦ green 5 ◦ blue 143

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

Shades of Hollywood Cerise #E0058F

Tints of Hollywood Cerise #E0058F

RGB

 RED value IS 224 (87.89% from 255) = 60.22%

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

 BLUE value IS 143 (56.25% from 255) = 38.44%

R = 60.22%
G = 1.34%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0058F (or 0xE0058F) is known color: Hollywood Cerise. HEX triplet: E0, 05 and 8F. RGB value is (224,5,143). Sum of RGB (Red+Green+Blue) = 224+5+143=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E0058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0058F is #1FFA70. Grayscale: #555555. Windows color (decimal): -2095729 or 9373152. OLE color: 9373152.

HSL color Cylindrical-coordinate representation of color #E0058F: hue angle of 322.19º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0058F is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 143 -
CMYK 0 0.98 0.36 0.12
HSL 322.19º 0.96% 0.45% -
HSV(B) 322.19º 0.98% 0.88% -
XYZ 35.75 17.94 27.56 -
YUV 86.21 160.05 226.28 -
System Red Green Blue C M Y K H S L
Decimal 224 5 143 0 0.98 0.36 0.12 322.19 0.96 0.45
Hex E0 5 8F 0 62 24 C 142 60 2D
Octal 340 5 217 0 142 44 14 502 140 55
Binary 11100000 101 10001111 0 1100010 100100 1100 101000010 1100000 101101

Color Harmonies of #E0058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0058F

Black with #E0058F

Text Example


Text Example

White with #E0058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0058F; }

 p { color: rgb(224,5,143); }

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

background-color css

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

 a { background-color: rgb(224,5,143); }

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

border-color css

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

 span { border-color: rgb(224,5,143); }

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