Html Css Color HEX #E574A0 Pale Violet Red

📋 copy color: '#E574A0'

red 229 ◦ green 116 ◦ blue 160

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

Shades of Pale Violet Red #E574A0

Tints of Pale Violet Red #E574A0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.97%

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

R = 45.35%
G = 22.97%
B = 31.68%

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

#E574A0 (or 0xE574A0) is known color: Pale Violet Red. HEX triplet: E5, 74 and A0. RGB value is (229,116,160). Sum of RGB (Red+Green+Blue) = 229+116+160=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E574A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E574A0 is #1A8B5F. Grayscale: #9A9A9A. Windows color (decimal): -1739616 or 10515685. OLE color: 10515685.

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

Color convert

RGB 229 116 160 -
CMYK 0 0.49 0.30 0.10
HSL 336.64º 0.68% 0.68% -
HSV(B) 336.64º 0.49% 0.9% -
XYZ 44.9 31.69 37.01 -
YUV 154.8 130.94 180.92 -
System Red Green Blue C M Y K H S L
Decimal 229 116 160 0 0.49 0.30 0.10 336.64 0.68 0.68
Hex E5 74 A0 0 31 1E A 151 44 44
Octal 345 164 240 0 61 36 12 521 104 104
Binary 11100101 1110100 10100000 0 110001 11110 1010 101010001 1000100 1000100

Color Harmonies of #E574A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574A0

Black with #E574A0

Text Example


Text Example

White with #E574A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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