#E57DAC

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

Shades of Kobi #E57DAC

Tints of Kobi #E57DAC

Color information

#E57DAC (or 0xE57DAC) is unknown color: approx Kobi. HEX triplet: E5, 7D and AC. RGB value is (229,125,172). Sum of RGB (Red+Green+Blue) = 229+125+172=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57DAC is #1A8253. Grayscale: #A1A1A1. Windows color (decimal): -1737300 or 11304421. OLE color: 11304421.

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

Color convert

RGB229125172-
CMYK00.450.250.10
HSL332.88º66.67%69.41%-
HSV(B)332.88º45.41%89.8%-
XYZ47.0934.343.17-
YUV161.45133.96176.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.54%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=43.54%
G=23.76%
B=32.70%

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
Decimal22912517200.450.250.10332.8866.6769.41
HexE57DAC02D19A14d4345
Octal3451752540553112515103105
Binary11100101111110110101100010110111001101010100110110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DAC; }

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

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

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

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

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

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

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

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