#E57DA9

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

Shades of Kobi #E57DA9

Tints of Kobi #E57DA9

Color information

#E57DA9 (or 0xE57DA9) is unknown color: approx Kobi. HEX triplet: E5, 7D and A9. RGB value is (229,125,169). Sum of RGB (Red+Green+Blue) = 229+125+169=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57DA9 is #1A8256. Grayscale: #A1A1A1. Windows color (decimal): -1737303 or 11107813. OLE color: 11107813.

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

Color convert

RGB229125169-
CMYK00.450.260.10
HSL334.62º66.67%69.41%-
HSV(B)334.62º45.41%89.8%-
XYZ46.8134.1941.67-
YUV161.11132.46176.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.79%
GREEN value IS 125 (49.22% from 255) = 23.90%
BLUE value IS 169 (66.41% from 255) = 32.31%
R=43.79%
G=23.90%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912516900.450.260.10334.6266.6769.41
HexE57DA902D1AA14f4345
Octal3451752510553212517103105
Binary11100101111110110101001010110111010101010100111110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DA9; }

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

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

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

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

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

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

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

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