Html Css Color HEX #E561A2 Pale Violet Red

📋 copy color: '#E561A2'

red 229 ◦ green 97 ◦ blue 162

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

Shades of Pale Violet Red #E561A2

Tints of Pale Violet Red #E561A2

RGB

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

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

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

R = 46.93%
G = 19.88%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E561A2 (or 0xE561A2) is known color: Pale Violet Red. HEX triplet: E5, 61 and A2. RGB value is (229,97,162). Sum of RGB (Red+Green+Blue) = 229+97+162=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E561A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E561A2 is #1A9E5D. Grayscale: #8F8F8F. Windows color (decimal): -1744478 or 10641893. OLE color: 10641893.

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

Color convert

RGB 229 97 162 -
CMYK 0 0.58 0.29 0.10
HSL 330.45º 0.72% 0.64% -
HSV(B) 330.45º 0.58% 0.9% -
XYZ 43.11 27.82 37.28 -
YUV 143.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 229 97 162 0 0.58 0.29 0.10 330.45 0.72 0.64
Hex E5 61 A2 0 3A 1D A 14A 48 40
Octal 345 141 242 0 72 35 12 512 110 100
Binary 11100101 1100001 10100010 0 111010 11101 1010 101001010 1001000 1000000

Color Harmonies of #E561A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E561A2

Black with #E561A2

Text Example


Text Example

White with #E561A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E561A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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