Html Css Color HEX #E510A1 Hollywood Cerise

📋 copy color: '#E510A1'

red 229 ◦ green 16 ◦ blue 161

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

Shades of Hollywood Cerise #E510A1

Tints of Hollywood Cerise #E510A1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.94%

 BLUE value IS 161 (63.28% from 255) = 39.66%

R = 56.4%
G = 3.94%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E510A1 (or 0xE510A1) is known color: Hollywood Cerise. HEX triplet: E5, 10 and A1. RGB value is (229,16,161). Sum of RGB (Red+Green+Blue) = 229+16+161=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E510A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E510A1 is #1AEF5E. Grayscale: #5F5F5F. Windows color (decimal): -1765215 or 10555621. OLE color: 10555621.

HSL color Cylindrical-coordinate representation of color #E510A1: hue angle of 319.15º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E510A1 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 16 161 -
CMYK 0 0.93 0.30 0.10
HSL 319.15º 0.87% 0.48% -
HSV(B) 319.15º 0.93% 0.9% -
XYZ 38.93 19.6 35.45 -
YUV 96.22 164.57 222.71 -
System Red Green Blue C M Y K H S L
Decimal 229 16 161 0 0.93 0.30 0.10 319.15 0.87 0.48
Hex E5 10 A1 0 5D 1E A 13F 57 30
Octal 345 20 241 0 135 36 12 477 127 60
Binary 11100101 10000 10100001 0 1011101 11110 1010 100111111 1010111 110000

Color Harmonies of #E510A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510A1

Black with #E510A1

Text Example


Text Example

White with #E510A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510A1; }

 p { color: rgb(229,16,161); }

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

background-color css

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

 a { background-color: rgb(229,16,161); }

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

border-color css

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

 span { border-color: rgb(229,16,161); }

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