Html Css Color HEX #E57EAF Persian Pink

📋 copy color: '#E57EAF'

red 229 ◦ green 126 ◦ blue 175

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

Shades of Persian Pink #E57EAF

Tints of Persian Pink #E57EAF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.77%

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

R = 43.21%
G = 23.77%
B = 33.02%

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

#E57EAF (or 0xE57EAF) is known color: Persian Pink. HEX triplet: E5, 7E and AF. RGB value is (229,126,175). Sum of RGB (Red+Green+Blue) = 229+126+175=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E57EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57EAF is #1A8150. Grayscale: #A2A2A2. Windows color (decimal): -1737041 or 11501285. OLE color: 11501285.

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

Color convert

RGB 229 126 175 -
CMYK 0 0.45 0.24 0.10
HSL 331.46º 0.66% 0.7% -
HSV(B) 331.46º 0.45% 0.9% -
XYZ 47.51 34.67 44.75 -
YUV 162.38 135.12 175.52 -
System Red Green Blue C M Y K H S L
Decimal 229 126 175 0 0.45 0.24 0.10 331.46 0.66 0.7
Hex E5 7E AF 0 2D 18 A 14B 42 46
Octal 345 176 257 0 55 30 12 513 102 106
Binary 11100101 1111110 10101111 0 101101 11000 1010 101001011 1000010 1000110

Color Harmonies of #E57EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57EAF

Black with #E57EAF

Text Example


Text Example

White with #E57EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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