#E57CBB

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

Shades of Persian Pink #E57CBB

Tints of Persian Pink #E57CBB

Color information

#E57CBB (or 0xE57CBB) is unknown color: approx Persian Pink. HEX triplet: E5, 7C and BB. RGB value is (229,124,187). Sum of RGB (Red+Green+Blue) = 229+124+187=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CBB is #1A8344. Grayscale: #A2A2A2. Windows color (decimal): -1737541 or 12287205. OLE color: 12287205.

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

Color convert

RGB229124187-
CMYK00.460.180.10
HSL324º66.88%69.22%-
HSV(B)324º45.85%89.8%-
XYZ48.4934.6651.15-
YUV162.58141.79175.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.41%
GREEN value IS 124 (48.83% from 255) = 22.96%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=42.41%
G=22.96%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912418700.460.180.1032466.8869.22
HexE57CBB02E12A1444345
Octal3451742730562212504103105
Binary11100101111110010111011010111010010101010100010010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57CBB; }

 p { color: rgb(229,124,187); }

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

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

 a { background-color: rgb(229,124,187); }

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

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

 span { border-color: rgb(229,124,187); }

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