Html Css Color HEX #E57ABA Persian Pink

📋 copy color: '#E57ABA'

red 229 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #E57ABA

Tints of Persian Pink #E57ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.64%

R = 42.64%
G = 22.72%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E57ABA (or 0xE57ABA) is known color: Persian Pink. HEX triplet: E5, 7A and BA. RGB value is (229,122,186). Sum of RGB (Red+Green+Blue) = 229+122+186=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ABA is #1A8545. Grayscale: #A1A1A1. Windows color (decimal): -1738054 or 12221157. OLE color: 12221157.

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

Color convert

RGB 229 122 186 -
CMYK 0 0.47 0.19 0.10
HSL 324.11º 0.67% 0.69% -
HSV(B) 324.11º 0.47% 0.9% -
XYZ 48.14 34.12 50.5 -
YUV 161.29 141.95 176.3 -
System Red Green Blue C M Y K H S L
Decimal 229 122 186 0 0.47 0.19 0.10 324.11 0.67 0.69
Hex E5 7A BA 0 2F 13 A 144 43 45
Octal 345 172 272 0 57 23 12 504 103 105
Binary 11100101 1111010 10111010 0 101111 10011 1010 101000100 1000011 1000101

Color Harmonies of #E57ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57ABA

Black with #E57ABA

Text Example


Text Example

White with #E57ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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