Html Css Color HEX #E574AA Pale Violet Red

📋 copy color: '#E574AA'

red 229 ◦ green 116 ◦ blue 170

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

Shades of Pale Violet Red #E574AA

Tints of Pale Violet Red #E574AA

RGB

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

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

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

R = 44.47%
G = 22.52%
B = 33.01%

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

#E574AA (or 0xE574AA) is known color: Pale Violet Red. HEX triplet: E5, 74 and AA. RGB value is (229,116,170). Sum of RGB (Red+Green+Blue) = 229+116+170=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E574AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E574AA is #1A8B55. Grayscale: #9B9B9B. Windows color (decimal): -1739606 or 11171045. OLE color: 11171045.

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

Color convert

RGB 229 116 170 -
CMYK 0 0.49 0.26 0.10
HSL 331.33º 0.68% 0.68% -
HSV(B) 331.33º 0.49% 0.9% -
XYZ 45.81 32.05 41.8 -
YUV 155.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 229 116 170 0 0.49 0.26 0.10 331.33 0.68 0.68
Hex E5 74 AA 0 31 1A A 14B 44 44
Octal 345 164 252 0 61 32 12 513 104 104
Binary 11100101 1110100 10101010 0 110001 11010 1010 101001011 1000100 1000100

Color Harmonies of #E574AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574AA

Black with #E574AA

Text Example


Text Example

White with #E574AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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