Html Css Color HEX #E575A0 Pale Violet Red

📋 copy color: '#E575A0'

red 229 ◦ green 117 ◦ blue 160

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

Shades of Pale Violet Red #E575A0

Tints of Pale Violet Red #E575A0

RGB

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

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

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

R = 45.26%
G = 23.12%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E575A0 (or 0xE575A0) is known color: Pale Violet Red. HEX triplet: E5, 75 and A0. RGB value is (229,117,160). Sum of RGB (Red+Green+Blue) = 229+117+160=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E575A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E575A0 is #1A8A5F. Grayscale: #9B9B9B. Windows color (decimal): -1739360 or 10515941. OLE color: 10515941.

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

Color convert

RGB 229 117 160 -
CMYK 0 0.49 0.30 0.10
HSL 336.96º 0.68% 0.68% -
HSV(B) 336.96º 0.49% 0.9% -
XYZ 45.02 31.92 37.05 -
YUV 155.39 130.61 180.5 -
System Red Green Blue C M Y K H S L
Decimal 229 117 160 0 0.49 0.30 0.10 336.96 0.68 0.68
Hex E5 75 A0 0 31 1E A 151 44 44
Octal 345 165 240 0 61 36 12 521 104 104
Binary 11100101 1110101 10100000 0 110001 11110 1010 101010001 1000100 1000100

Color Harmonies of #E575A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575A0

Black with #E575A0

Text Example


Text Example

White with #E575A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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