#E57BBF

Color #E57BBF Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E57BBF

Tints of Persian Pink #E57BBF

Color information

#E57BBF (or 0xE57BBF) is unknown color: approx Persian Pink. HEX triplet: E5, 7B and BF. RGB value is (229,123,191). Sum of RGB (Red+Green+Blue) = 229+123+191=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BBF is #1A8440. Grayscale: #A2A2A2. Windows color (decimal): -1737793 or 12549093. OLE color: 12549093.

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

Color convert

RGB229123191-
CMYK00.460.170.10
HSL321.51º67.09%69.02%-
HSV(B)321.51º46.29%89.8%-
XYZ48.834.5953.39-
YUV162.45144.12175.47-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.17%
GREEN value IS 123 (48.44% from 255) = 22.65%
BLUE value IS 191 (75% from 255) = 35.17%
R=42.17%
G=22.65%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912319100.460.170.10321.5167.0969.02
HexE57BBF02E11A1424345
Octal3451732770562112502103105
Binary11100101111101110111111010111010001101010100001010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57BBF; }

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

 H1.HeaderClassName
 {
   color: #E57BBF;
 }
 .AnyTagClassName
 {
   color: #E57BBF;
 }
</style>
background-color css

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

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

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

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

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

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