Html Css Color HEX #E510A2 Hollywood Cerise

📋 copy color: '#E510A2'

red 229 ◦ green 16 ◦ blue 162

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

Shades of Hollywood Cerise #E510A2

Tints of Hollywood Cerise #E510A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.8%

R = 56.27%
G = 3.93%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E510A2 (or 0xE510A2) is known color: Hollywood Cerise. HEX triplet: E5, 10 and A2. RGB value is (229,16,162). Sum of RGB (Red+Green+Blue) = 229+16+162=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E510A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E510A2 is #1AEF5D. Grayscale: #5F5F5F. Windows color (decimal): -1765214 or 10621157. OLE color: 10621157.

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

Color convert

RGB 229 16 162 -
CMYK 0 0.93 0.29 0.10
HSL 318.87º 0.87% 0.48% -
HSV(B) 318.87º 0.93% 0.9% -
XYZ 39.02 19.64 35.92 -
YUV 96.33 165.07 222.63 -
System Red Green Blue C M Y K H S L
Decimal 229 16 162 0 0.93 0.29 0.10 318.87 0.87 0.48
Hex E5 10 A2 0 5D 1D A 13F 57 30
Octal 345 20 242 0 135 35 12 477 127 60
Binary 11100101 10000 10100010 0 1011101 11101 1010 100111111 1010111 110000

Color Harmonies of #E510A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510A2

Black with #E510A2

Text Example


Text Example

White with #E510A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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