#E57FAB

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

Shades of Kobi #E57FAB

Tints of Kobi #E57FAB

Color information

#E57FAB (or 0xE57FAB) is unknown color: approx Kobi. HEX triplet: E5, 7F and AB. RGB value is (229,127,171). Sum of RGB (Red+Green+Blue) = 229+127+171=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E57FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57FAB is #1A8054. Grayscale: #A2A2A2. Windows color (decimal): -1736789 or 11239397. OLE color: 11239397.

HSL color Cylindrical-coordinate representation of color #E57FAB: hue angle of 334.12º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57FAB is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB229127171-
CMYK00.450.250.10
HSL334.12º66.23%69.8%-
HSV(B)334.12º44.54%89.8%-
XYZ47.2534.7842.75-
YUV162.51132.79175.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.45%
GREEN value IS 127 (50% from 255) = 24.10%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=43.45%
G=24.10%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912717100.450.250.10334.1266.2369.8
HexE57FAB02D19A14e4246
Octal3451772530553112516102106
Binary11100101111111110101011010110111001101010100111010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57FAB; }

 p { color: rgb(229,127,171); }

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

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

 a { background-color: rgb(229,127,171); }

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

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

 span { border-color: rgb(229,127,171); }

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