Html Css Color HEX #E50BAB Hollywood Cerise

📋 copy color: '#E50BAB'

red 229 ◦ green 11 ◦ blue 171

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

Shades of Hollywood Cerise #E50BAB

Tints of Hollywood Cerise #E50BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.68%

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 55.72%
G = 2.68%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E50BAB (or 0xE50BAB) is known color: Hollywood Cerise. HEX triplet: E5, 0B and AB. RGB value is (229,11,171). Sum of RGB (Red+Green+Blue) = 229+11+171=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50BAB is #1AF454. Grayscale: #5E5E5E. Windows color (decimal): -1766485 or 11209701. OLE color: 11209701.

HSL color Cylindrical-coordinate representation of color #E50BAB: hue angle of 315.96º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50BAB is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 11 171 -
CMYK 0 0.95 0.25 0.10
HSL 315.96º 0.91% 0.47% -
HSV(B) 315.96º 0.95% 0.9% -
XYZ 39.78 19.84 40.26 -
YUV 94.42 171.22 223.99 -
System Red Green Blue C M Y K H S L
Decimal 229 11 171 0 0.95 0.25 0.10 315.96 0.91 0.47
Hex E5 B AB 0 5F 19 A 13C 5B 2F
Octal 345 13 253 0 137 31 12 474 133 57
Binary 11100101 1011 10101011 0 1011111 11001 1010 100111100 1011011 101111

Color Harmonies of #E50BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50BAB

Black with #E50BAB

Text Example


Text Example

White with #E50BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50BAB; }

 p { color: rgb(229,11,171); }

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

background-color css

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

 a { background-color: rgb(229,11,171); }

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

border-color css

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

 span { border-color: rgb(229,11,171); }

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