Html Css Color HEX #E57AAB Persian Pink

📋 copy color: '#E57AAB'

red 229 ◦ green 122 ◦ blue 171

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

Shades of Persian Pink #E57AAB

Tints of Persian Pink #E57AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.76%

R = 43.87%
G = 23.37%
B = 32.76%

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

#E57AAB (or 0xE57AAB) is known color: Persian Pink. HEX triplet: E5, 7A and AB. RGB value is (229,122,171). Sum of RGB (Red+Green+Blue) = 229+122+171=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E57AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57AAB is #1A8554. Grayscale: #9F9F9F. Windows color (decimal): -1738069 or 11238117. OLE color: 11238117.

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

Color convert

RGB 229 122 171 -
CMYK 0 0.47 0.25 0.10
HSL 332.52º 0.67% 0.69% -
HSV(B) 332.52º 0.47% 0.9% -
XYZ 46.62 33.52 42.54 -
YUV 159.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 229 122 171 0 0.47 0.25 0.10 332.52 0.67 0.69
Hex E5 7A AB 0 2F 19 A 14D 43 45
Octal 345 172 253 0 57 31 12 515 103 105
Binary 11100101 1111010 10101011 0 101111 11001 1010 101001101 1000011 1000101

Color Harmonies of #E57AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57AAB

Black with #E57AAB

Text Example


Text Example

White with #E57AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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