Html Css Color HEX #E2059B Hollywood Cerise

📋 copy color: '#E2059B'

red 226 ◦ green 5 ◦ blue 155

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

Shades of Hollywood Cerise #E2059B

Tints of Hollywood Cerise #E2059B

RGB

 RED value IS 226 (88.67% from 255) = 58.55%

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

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

R = 58.55%
G = 1.3%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2059B (or 0xE2059B) is known color: Hollywood Cerise. HEX triplet: E2, 05 and 9B. RGB value is (226,5,155). Sum of RGB (Red+Green+Blue) = 226+5+155=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E2059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2059B is #1DFA64. Grayscale: #575757. Windows color (decimal): -1964645 or 10159586. OLE color: 10159586.

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

Color convert

RGB 226 5 155 -
CMYK 0 0.98 0.31 0.11
HSL 319.28º 0.96% 0.45% -
HSV(B) 319.28º 0.98% 0.89% -
XYZ 37.33 18.64 32.64 -
YUV 88.18 165.72 226.3 -
System Red Green Blue C M Y K H S L
Decimal 226 5 155 0 0.98 0.31 0.11 319.28 0.96 0.45
Hex E2 5 9B 0 62 1F B 13F 60 2D
Octal 342 5 233 0 142 37 13 477 140 55
Binary 11100010 101 10011011 0 1100010 11111 1011 100111111 1100000 101101

Color Harmonies of #E2059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2059B

Black with #E2059B

Text Example


Text Example

White with #E2059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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