Html Css Color HEX #E570A1 Pale Violet Red

📋 copy color: '#E570A1'

red 229 ◦ green 112 ◦ blue 161

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

Shades of Pale Violet Red #E570A1

Tints of Pale Violet Red #E570A1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.31%

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

R = 45.62%
G = 22.31%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E570A1 (or 0xE570A1) is known color: Pale Violet Red. HEX triplet: E5, 70 and A1. RGB value is (229,112,161). Sum of RGB (Red+Green+Blue) = 229+112+161=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E570A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E570A1 is #1A8F5E. Grayscale: #989898. Windows color (decimal): -1740639 or 10580197. OLE color: 10580197.

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

Color convert

RGB 229 112 161 -
CMYK 0 0.51 0.30 0.10
HSL 334.87º 0.69% 0.67% -
HSV(B) 334.87º 0.51% 0.9% -
XYZ 44.54 30.82 37.32 -
YUV 152.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 229 112 161 0 0.51 0.30 0.10 334.87 0.69 0.67
Hex E5 70 A1 0 33 1E A 14F 45 43
Octal 345 160 241 0 63 36 12 517 105 103
Binary 11100101 1110000 10100001 0 110011 11110 1010 101001111 1000101 1000011

Color Harmonies of #E570A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E570A1

Black with #E570A1

Text Example


Text Example

White with #E570A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E570A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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