Html Css Color HEX #E575AA Pale Violet Red

📋 copy color: '#E575AA'

red 229 ◦ green 117 ◦ blue 170

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

Shades of Pale Violet Red #E575AA

Tints of Pale Violet Red #E575AA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.67%

 BLUE value IS 170 (66.8% from 255) = 32.95%

R = 44.38%
G = 22.67%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E575AA (or 0xE575AA) is known color: Pale Violet Red. HEX triplet: E5, 75 and AA. RGB value is (229,117,170). Sum of RGB (Red+Green+Blue) = 229+117+170=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E575AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E575AA is #1A8A55. Grayscale: #9C9C9C. Windows color (decimal): -1739350 or 11171301. OLE color: 11171301.

HSL color Cylindrical-coordinate representation of color #E575AA: hue angle of 331.61º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E575AA is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 117 170 -
CMYK 0 0.49 0.26 0.10
HSL 331.61º 0.68% 0.68% -
HSV(B) 331.61º 0.49% 0.9% -
XYZ 45.93 32.28 41.84 -
YUV 156.53 135.61 179.69 -
System Red Green Blue C M Y K H S L
Decimal 229 117 170 0 0.49 0.26 0.10 331.61 0.68 0.68
Hex E5 75 AA 0 31 1A A 14C 44 44
Octal 345 165 252 0 61 32 12 514 104 104
Binary 11100101 1110101 10101010 0 110001 11010 1010 101001100 1000100 1000100

Color Harmonies of #E575AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575AA

Black with #E575AA

Text Example


Text Example

White with #E575AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575AA; }

 p { color: rgb(229,117,170); }

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

background-color css

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

 a { background-color: rgb(229,117,170); }

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

border-color css

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

 span { border-color: rgb(229,117,170); }

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