Html Css Color HEX #E561A1 Pale Violet Red

📋 copy color: '#E561A1'

red 229 ◦ green 97 ◦ blue 161

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

Shades of Pale Violet Red #E561A1

Tints of Pale Violet Red #E561A1

RGB

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

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

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

R = 47.02%
G = 19.92%
B = 33.06%

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

#E561A1 (or 0xE561A1) is known color: Pale Violet Red. HEX triplet: E5, 61 and A1. RGB value is (229,97,161). Sum of RGB (Red+Green+Blue) = 229+97+161=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E561A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E561A1 is #1A9E5E. Grayscale: #8F8F8F. Windows color (decimal): -1744479 or 10576357. OLE color: 10576357.

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

Color convert

RGB 229 97 161 -
CMYK 0 0.58 0.30 0.10
HSL 330.91º 0.72% 0.64% -
HSV(B) 330.91º 0.58% 0.9% -
XYZ 43.02 27.78 36.81 -
YUV 143.76 137.73 188.8 -
System Red Green Blue C M Y K H S L
Decimal 229 97 161 0 0.58 0.30 0.10 330.91 0.72 0.64
Hex E5 61 A1 0 3A 1E A 14B 48 40
Octal 345 141 241 0 72 36 12 513 110 100
Binary 11100101 1100001 10100001 0 111010 11110 1010 101001011 1001000 1000000

Color Harmonies of #E561A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E561A1

Black with #E561A1

Text Example


Text Example

White with #E561A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E561A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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