Html Css Color HEX #E5139B Hollywood Cerise

📋 copy color: '#E5139B'

red 229 ◦ green 19 ◦ blue 155

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

Shades of Hollywood Cerise #E5139B

Tints of Hollywood Cerise #E5139B

RGB

 RED value IS 229 (89.84% from 255) = 56.82%

 GREEN value IS 19 (7.81% from 255) = 4.71%

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

R = 56.82%
G = 4.71%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5139B (or 0xE5139B) is known color: Hollywood Cerise. HEX triplet: E5, 13 and 9B. RGB value is (229,19,155). Sum of RGB (Red+Green+Blue) = 229+19+155=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E5139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5139B is #1AEC64. Grayscale: #606060. Windows color (decimal): -1764453 or 10163173. OLE color: 10163173.

HSL color Cylindrical-coordinate representation of color #E5139B: hue angle of 321.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5139B is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 19 155 -
CMYK 0 0.92 0.32 0.10
HSL 321.14º 0.85% 0.49% -
HSV(B) 321.14º 0.92% 0.9% -
XYZ 38.46 19.49 32.75 -
YUV 97.29 160.57 221.94 -
System Red Green Blue C M Y K H S L
Decimal 229 19 155 0 0.92 0.32 0.10 321.14 0.85 0.49
Hex E5 13 9B 0 5C 20 A 141 55 31
Octal 345 23 233 0 134 40 12 501 125 61
Binary 11100101 10011 10011011 0 1011100 100000 1010 101000001 1010101 110001

Color Harmonies of #E5139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5139B

Black with #E5139B

Text Example


Text Example

White with #E5139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5139B; }

 p { color: rgb(229,19,155); }

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

background-color css

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

 a { background-color: rgb(229,19,155); }

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

border-color css

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

 span { border-color: rgb(229,19,155); }

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