Html Css Color HEX #E505AB Hollywood Cerise

📋 copy color: '#E505AB'

red 229 ◦ green 5 ◦ blue 171

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

Shades of Hollywood Cerise #E505AB

Tints of Hollywood Cerise #E505AB

RGB

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

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

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

R = 56.54%
G = 1.23%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E505AB (or 0xE505AB) is known color: Hollywood Cerise. HEX triplet: E5, 05 and AB. RGB value is (229,5,171). Sum of RGB (Red+Green+Blue) = 229+5+171=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E505AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E505AB is #1AFA54. Grayscale: #5A5A5A. Windows color (decimal): -1768021 or 11208165. OLE color: 11208165.

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

Color convert

RGB 229 5 171 -
CMYK 0 0.98 0.25 0.10
HSL 315.54º 0.96% 0.46% -
HSV(B) 315.54º 0.98% 0.9% -
XYZ 39.72 19.71 40.24 -
YUV 90.9 173.21 226.5 -
System Red Green Blue C M Y K H S L
Decimal 229 5 171 0 0.98 0.25 0.10 315.54 0.96 0.46
Hex E5 5 AB 0 62 19 A 13C 60 2E
Octal 345 5 253 0 142 31 12 474 140 56
Binary 11100101 101 10101011 0 1100010 11001 1010 100111100 1100000 101110

Color Harmonies of #E505AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505AB

Black with #E505AB

Text Example


Text Example

White with #E505AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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