Html Css Color HEX #E57AAC Persian Pink

📋 copy color: '#E57AAC'

red 229 ◦ green 122 ◦ blue 172

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

Shades of Persian Pink #E57AAC

Tints of Persian Pink #E57AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.33%

 BLUE value IS 172 (67.58% from 255) = 32.89%

R = 43.79%
G = 23.33%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E57AAC (or 0xE57AAC) is known color: Persian Pink. HEX triplet: E5, 7A and AC. RGB value is (229,122,172). Sum of RGB (Red+Green+Blue) = 229+122+172=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E57AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57AAC is #1A8553. Grayscale: #9F9F9F. Windows color (decimal): -1738068 or 11303653. OLE color: 11303653.

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

Color convert

RGB 229 122 172 -
CMYK 0 0.47 0.25 0.10
HSL 331.96º 0.67% 0.69% -
HSV(B) 331.96º 0.47% 0.9% -
XYZ 46.72 33.56 43.04 -
YUV 159.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 229 122 172 0 0.47 0.25 0.10 331.96 0.67 0.69
Hex E5 7A AC 0 2F 19 A 14C 43 45
Octal 345 172 254 0 57 31 12 514 103 105
Binary 11100101 1111010 10101100 0 101111 11001 1010 101001100 1000011 1000101

Color Harmonies of #E57AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57AAC

Black with #E57AAC

Text Example


Text Example

White with #E57AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57AAC; }

 p { color: rgb(229,122,172); }

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

background-color css

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

 a { background-color: rgb(229,122,172); }

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

border-color css

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

 span { border-color: rgb(229,122,172); }

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