Html Css Color HEX #E1059B Hollywood Cerise

📋 copy color: '#E1059B'

red 225 ◦ green 5 ◦ blue 155

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

Shades of Hollywood Cerise #E1059B

Tints of Hollywood Cerise #E1059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 58.44%
G = 1.3%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1059B (or 0xE1059B) is known color: Hollywood Cerise. HEX triplet: E1, 05 and 9B. RGB value is (225,5,155). Sum of RGB (Red+Green+Blue) = 225+5+155=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1059B is #1EFA64. Grayscale: #575757. Windows color (decimal): -2030181 or 10159585. OLE color: 10159585.

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

Color convert

RGB 225 5 155 -
CMYK 0 0.98 0.31 0.12
HSL 319.09º 0.96% 0.45% -
HSV(B) 319.09º 0.98% 0.88% -
XYZ 37.02 18.48 32.63 -
YUV 87.88 165.89 225.8 -
System Red Green Blue C M Y K H S L
Decimal 225 5 155 0 0.98 0.31 0.12 319.09 0.96 0.45
Hex E1 5 9B 0 62 1F C 13F 60 2D
Octal 341 5 233 0 142 37 14 477 140 55
Binary 11100001 101 10011011 0 1100010 11111 1100 100111111 1100000 101101

Color Harmonies of #E1059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1059B

Black with #E1059B

Text Example


Text Example

White with #E1059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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