Html Css Color HEX #E57DAF Persian Pink

📋 copy color: '#E57DAF'

red 229 ◦ green 125 ◦ blue 175

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

Shades of Persian Pink #E57DAF

Tints of Persian Pink #E57DAF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.63%

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 43.29%
G = 23.63%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E57DAF (or 0xE57DAF) is known color: Persian Pink. HEX triplet: E5, 7D and AF. RGB value is (229,125,175). Sum of RGB (Red+Green+Blue) = 229+125+175=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57DAF is #1A8250. Grayscale: #A1A1A1. Windows color (decimal): -1737297 or 11501029. OLE color: 11501029.

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

Color convert

RGB 229 125 175 -
CMYK 0 0.45 0.24 0.10
HSL 331.15º 0.67% 0.69% -
HSV(B) 331.15º 0.45% 0.9% -
XYZ 47.38 34.42 44.7 -
YUV 161.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 229 125 175 0 0.45 0.24 0.10 331.15 0.67 0.69
Hex E5 7D AF 0 2D 18 A 14B 43 45
Octal 345 175 257 0 55 30 12 513 103 105
Binary 11100101 1111101 10101111 0 101101 11000 1010 101001011 1000011 1000101

Color Harmonies of #E57DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57DAF

Black with #E57DAF

Text Example


Text Example

White with #E57DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57DAF; }

 p { color: rgb(229,125,175); }

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

background-color css

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

 a { background-color: rgb(229,125,175); }

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

border-color css

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

 span { border-color: rgb(229,125,175); }

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