Html Css Color HEX #E1058F Hollywood Cerise

📋 copy color: '#E1058F'

red 225 ◦ green 5 ◦ blue 143

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

Shades of Hollywood Cerise #E1058F

Tints of Hollywood Cerise #E1058F

RGB

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

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

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

R = 60.32%
G = 1.34%
B = 38.34%

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

#E1058F (or 0xE1058F) is known color: Hollywood Cerise. HEX triplet: E1, 05 and 8F. RGB value is (225,5,143). Sum of RGB (Red+Green+Blue) = 225+5+143=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E1058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1058F is #1EFA70. Grayscale: #565656. Windows color (decimal): -2030193 or 9373153. OLE color: 9373153.

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

Color convert

RGB 225 5 143 -
CMYK 0 0.98 0.36 0.12
HSL 322.36º 0.96% 0.45% -
HSV(B) 322.36º 0.98% 0.88% -
XYZ 36.06 18.1 27.58 -
YUV 86.51 159.89 226.78 -
System Red Green Blue C M Y K H S L
Decimal 225 5 143 0 0.98 0.36 0.12 322.36 0.96 0.45
Hex E1 5 8F 0 62 24 C 142 60 2D
Octal 341 5 217 0 142 44 14 502 140 55
Binary 11100001 101 10001111 0 1100010 100100 1100 101000010 1100000 101101

Color Harmonies of #E1058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1058F

Black with #E1058F

Text Example


Text Example

White with #E1058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1058F; }

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

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

background-color css

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

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

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

border-color css

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

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

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