Html Css Color HEX #E561A0 Pale Violet Red

📋 copy color: '#E561A0'

red 229 ◦ green 97 ◦ blue 160

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

Shades of Pale Violet Red #E561A0

Tints of Pale Violet Red #E561A0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.96%

 BLUE value IS 160 (62.89% from 255) = 32.92%

R = 47.12%
G = 19.96%
B = 32.92%

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

#E561A0 (or 0xE561A0) is known color: Pale Violet Red. HEX triplet: E5, 61 and A0. RGB value is (229,97,160). Sum of RGB (Red+Green+Blue) = 229+97+160=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E561A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E561A0 is #1A9E5F. Grayscale: #8F8F8F. Windows color (decimal): -1744480 or 10510821. OLE color: 10510821.

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

Color convert

RGB 229 97 160 -
CMYK 0 0.58 0.30 0.10
HSL 331.36º 0.72% 0.64% -
HSV(B) 331.36º 0.58% 0.9% -
XYZ 42.93 27.75 36.35 -
YUV 143.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 229 97 160 0 0.58 0.30 0.10 331.36 0.72 0.64
Hex E5 61 A0 0 3A 1E A 14B 48 40
Octal 345 141 240 0 72 36 12 513 110 100
Binary 11100101 1100001 10100000 0 111010 11110 1010 101001011 1001000 1000000

Color Harmonies of #E561A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E561A0

Black with #E561A0

Text Example


Text Example

White with #E561A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E561A0; }

 p { color: rgb(229,97,160); }

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

background-color css

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

 a { background-color: rgb(229,97,160); }

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

border-color css

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

 span { border-color: rgb(229,97,160); }

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