Html Css Color HEX #E573AE Persian Pink

📋 copy color: '#E573AE'

red 229 ◦ green 115 ◦ blue 174

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

Shades of Persian Pink #E573AE

Tints of Persian Pink #E573AE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.2%

 BLUE value IS 174 (68.36% from 255) = 33.59%

R = 44.21%
G = 22.2%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E573AE (or 0xE573AE) is known color: Persian Pink. HEX triplet: E5, 73 and AE. RGB value is (229,115,174). Sum of RGB (Red+Green+Blue) = 229+115+174=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E573AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E573AE is #1A8C51. Grayscale: #9B9B9B. Windows color (decimal): -1739858 or 11432933. OLE color: 11432933.

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

Color convert

RGB 229 115 174 -
CMYK 0 0.50 0.24 0.10
HSL 328.95º 0.69% 0.67% -
HSV(B) 328.95º 0.5% 0.9% -
XYZ 46.08 31.98 43.79 -
YUV 155.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 229 115 174 0 0.50 0.24 0.10 328.95 0.69 0.67
Hex E5 73 AE 0 32 18 A 149 45 43
Octal 345 163 256 0 62 30 12 511 105 103
Binary 11100101 1110011 10101110 0 110010 11000 1010 101001001 1000101 1000011

Color Harmonies of #E573AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573AE

Black with #E573AE

Text Example


Text Example

White with #E573AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573AE; }

 p { color: rgb(229,115,174); }

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

background-color css

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

 a { background-color: rgb(229,115,174); }

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

border-color css

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

 span { border-color: rgb(229,115,174); }

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