Html Css Color HEX #E510A8 Hollywood Cerise

📋 copy color: '#E510A8'

red 229 ◦ green 16 ◦ blue 168

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

Shades of Hollywood Cerise #E510A8

Tints of Hollywood Cerise #E510A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 55.45%
G = 3.87%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E510A8 (or 0xE510A8) is known color: Hollywood Cerise. HEX triplet: E5, 10 and A8. RGB value is (229,16,168). Sum of RGB (Red+Green+Blue) = 229+16+168=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E510A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E510A8 is #1AEF57. Grayscale: #606060. Windows color (decimal): -1765208 or 11014373. OLE color: 11014373.

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

Color convert

RGB 229 16 168 -
CMYK 0 0.93 0.27 0.10
HSL 317.18º 0.87% 0.48% -
HSV(B) 317.18º 0.93% 0.9% -
XYZ 39.57 19.86 38.79 -
YUV 97.02 168.07 222.14 -
System Red Green Blue C M Y K H S L
Decimal 229 16 168 0 0.93 0.27 0.10 317.18 0.87 0.48
Hex E5 10 A8 0 5D 1B A 13D 57 30
Octal 345 20 250 0 135 33 12 475 127 60
Binary 11100101 10000 10101000 0 1011101 11011 1010 100111101 1010111 110000

Color Harmonies of #E510A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510A8

Black with #E510A8

Text Example


Text Example

White with #E510A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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