Html Css Color HEX #E516A1 Hollywood Cerise

📋 copy color: '#E516A1'

red 229 ◦ green 22 ◦ blue 161

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

Shades of Hollywood Cerise #E516A1

Tints of Hollywood Cerise #E516A1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.34%

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

R = 55.58%
G = 5.34%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E516A1 (or 0xE516A1) is known color: Hollywood Cerise. HEX triplet: E5, 16 and A1. RGB value is (229,22,161). Sum of RGB (Red+Green+Blue) = 229+22+161=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E516A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E516A1 is #1AE95E. Grayscale: #636363. Windows color (decimal): -1763679 or 10557157. OLE color: 10557157.

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

Color convert

RGB 229 22 161 -
CMYK 0 0.90 0.30 0.10
HSL 319.71º 0.82% 0.49% -
HSV(B) 319.71º 0.9% 0.9% -
XYZ 39.03 19.81 35.48 -
YUV 99.74 162.58 220.2 -
System Red Green Blue C M Y K H S L
Decimal 229 22 161 0 0.90 0.30 0.10 319.71 0.82 0.49
Hex E5 16 A1 0 5A 1E A 140 52 31
Octal 345 26 241 0 132 36 12 500 122 61
Binary 11100101 10110 10100001 0 1011010 11110 1010 101000000 1010010 110001

Color Harmonies of #E516A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E516A1

Black with #E516A1

Text Example


Text Example

White with #E516A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E516A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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