#E57DAB

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

Shades of Kobi #E57DAB

Tints of Kobi #E57DAB

Color information

#E57DAB (or 0xE57DAB) is unknown color: approx Kobi. HEX triplet: E5, 7D and AB. RGB value is (229,125,171). Sum of RGB (Red+Green+Blue) = 229+125+171=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57DAB is #1A8254. Grayscale: #A1A1A1. Windows color (decimal): -1737301 or 11238885. OLE color: 11238885.

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

Color convert

RGB229125171-
CMYK00.450.250.10
HSL333.46º66.67%69.41%-
HSV(B)333.46º45.41%89.8%-
XYZ4734.2742.66-
YUV161.34133.46176.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.62%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=43.62%
G=23.81%
B=32.57%

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
Decimal22912517100.450.250.10333.4666.6769.41
HexE57DAB02D19A14d4345
Octal3451752530553112515103105
Binary11100101111110110101011010110111001101010100110110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DAB; }

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

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

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

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

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

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

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

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