Html Css Color HEX #E560A1 Pale Violet Red

📋 copy color: '#E560A1'

red 229 ◦ green 96 ◦ blue 161

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

Shades of Pale Violet Red #E560A1

Tints of Pale Violet Red #E560A1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.75%

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

R = 47.12%
G = 19.75%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E560A1 (or 0xE560A1) is known color: Pale Violet Red. HEX triplet: E5, 60 and A1. RGB value is (229,96,161). Sum of RGB (Red+Green+Blue) = 229+96+161=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E560A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E560A1 is #1A9F5E. Grayscale: #8F8F8F. Windows color (decimal): -1744735 or 10576101. OLE color: 10576101.

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

Color convert

RGB 229 96 161 -
CMYK 0 0.58 0.30 0.10
HSL 330.68º 0.72% 0.64% -
HSV(B) 330.68º 0.58% 0.9% -
XYZ 42.93 27.6 36.78 -
YUV 143.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 229 96 161 0 0.58 0.30 0.10 330.68 0.72 0.64
Hex E5 60 A1 0 3A 1E A 14B 48 40
Octal 345 140 241 0 72 36 12 513 110 100
Binary 11100101 1100000 10100001 0 111010 11110 1010 101001011 1001000 1000000

Color Harmonies of #E560A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E560A1

Black with #E560A1

Text Example


Text Example

White with #E560A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E560A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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