Html Css Color HEX #E57BAE Persian Pink

📋 copy color: '#E57BAE'

red 229 ◦ green 123 ◦ blue 174

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

Shades of Persian Pink #E57BAE

Tints of Persian Pink #E57BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.38%

 BLUE value IS 174 (68.36% from 255) = 33.08%

R = 43.54%
G = 23.38%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E57BAE (or 0xE57BAE) is known color: Persian Pink. HEX triplet: E5, 7B and AE. RGB value is (229,123,174). Sum of RGB (Red+Green+Blue) = 229+123+174=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57BAE is #1A8451. Grayscale: #A0A0A0. Windows color (decimal): -1737810 or 11434981. OLE color: 11434981.

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

Color convert

RGB 229 123 174 -
CMYK 0 0.46 0.24 0.10
HSL 331.13º 0.67% 0.69% -
HSV(B) 331.13º 0.46% 0.9% -
XYZ 47.04 33.88 44.1 -
YUV 160.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 229 123 174 0 0.46 0.24 0.10 331.13 0.67 0.69
Hex E5 7B AE 0 2E 18 A 14B 43 45
Octal 345 173 256 0 56 30 12 513 103 105
Binary 11100101 1111011 10101110 0 101110 11000 1010 101001011 1000011 1000101

Color Harmonies of #E57BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57BAE

Black with #E57BAE

Text Example


Text Example

White with #E57BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57BAE; }

 p { color: rgb(229,123,174); }

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

background-color css

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

 a { background-color: rgb(229,123,174); }

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

border-color css

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

 span { border-color: rgb(229,123,174); }

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