Html Css Color HEX #E505AF Hollywood Cerise

📋 copy color: '#E505AF'

red 229 ◦ green 5 ◦ blue 175

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

Shades of Hollywood Cerise #E505AF

Tints of Hollywood Cerise #E505AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 55.99%
G = 1.22%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E505AF (or 0xE505AF) is known color: Hollywood Cerise. HEX triplet: E5, 05 and AF. RGB value is (229,5,175). Sum of RGB (Red+Green+Blue) = 229+5+175=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E505AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E505AF is #1AFA50. Grayscale: #5A5A5A. Windows color (decimal): -1768017 or 11470309. OLE color: 11470309.

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

Color convert

RGB 229 5 175 -
CMYK 0 0.98 0.24 0.10
HSL 314.46º 0.96% 0.46% -
HSV(B) 314.46º 0.98% 0.9% -
XYZ 40.11 19.86 42.28 -
YUV 91.36 175.21 226.18 -
System Red Green Blue C M Y K H S L
Decimal 229 5 175 0 0.98 0.24 0.10 314.46 0.96 0.46
Hex E5 5 AF 0 62 18 A 13A 60 2E
Octal 345 5 257 0 142 30 12 472 140 56
Binary 11100101 101 10101111 0 1100010 11000 1010 100111010 1100000 101110

Color Harmonies of #E505AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505AF

Black with #E505AF

Text Example


Text Example

White with #E505AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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