Html Css Color HEX #E1058E Hollywood Cerise

📋 copy color: '#E1058E'

red 225 ◦ green 5 ◦ blue 142

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

Shades of Hollywood Cerise #E1058E

Tints of Hollywood Cerise #E1058E

RGB

 RED value IS 225 (88.28% from 255) = 60.48%

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

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

R = 60.48%
G = 1.34%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1058E (or 0xE1058E) is known color: Hollywood Cerise. HEX triplet: E1, 05 and 8E. RGB value is (225,5,142). Sum of RGB (Red+Green+Blue) = 225+5+142=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1058E is #1EFA71. Grayscale: #565656. Windows color (decimal): -2030194 or 9307617. OLE color: 9307617.

HSL color Cylindrical-coordinate representation of color #E1058E: hue angle of 322.64º 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 #E1058E is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 5 142 -
CMYK 0 0.98 0.37 0.12
HSL 322.64º 0.96% 0.45% -
HSV(B) 322.64º 0.98% 0.88% -
XYZ 35.99 18.07 27.18 -
YUV 86.4 159.39 226.86 -
System Red Green Blue C M Y K H S L
Decimal 225 5 142 0 0.98 0.37 0.12 322.64 0.96 0.45
Hex E1 5 8E 0 62 25 C 143 60 2D
Octal 341 5 216 0 142 45 14 503 140 55
Binary 11100001 101 10001110 0 1100010 100101 1100 101000011 1100000 101101

Color Harmonies of #E1058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1058E

Black with #E1058E

Text Example


Text Example

White with #E1058E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1058E; }

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

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

background-color css

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

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

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

border-color css

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

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

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