#E57BBE

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

Shades of Persian Pink #E57BBE

Tints of Persian Pink #E57BBE

Color information

#E57BBE (or 0xE57BBE) is unknown color: approx Persian Pink. HEX triplet: E5, 7B and BE. RGB value is (229,123,190). Sum of RGB (Red+Green+Blue) = 229+123+190=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BBE is #1A8441. Grayscale: #A2A2A2. Windows color (decimal): -1737794 or 12483557. OLE color: 12483557.

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

Color convert

RGB229123190-
CMYK00.460.170.10
HSL322.08º67.09%69.02%-
HSV(B)322.08º46.29%89.8%-
XYZ48.6934.5452.82-
YUV162.33143.62175.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.25%
GREEN value IS 123 (48.44% from 255) = 22.69%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=42.25%
G=22.69%
B=35.06%

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
Decimal22912319000.460.170.10322.0867.0969.02
HexE57BBE02E11A1424345
Octal3451732760562112502103105
Binary11100101111101110111110010111010001101010100001010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57BBE; }

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

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

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

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

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

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

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

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