#E18DAC

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

Shades of Kobi #E18DAC

Tints of Kobi #E18DAC

Color information

#E18DAC (or 0xE18DAC) is unknown color: approx Kobi. HEX triplet: E1, 8D and AC. RGB value is (225,141,172). Sum of RGB (Red+Green+Blue) = 225+141+172=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DAC is #1E7253. Grayscale: #A9A9A9. Windows color (decimal): -1995348 or 11308513. OLE color: 11308513.

HSL color Cylindrical-coordinate representation of color #E18DAC: hue angle of 337.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18DAC is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225141172-
CMYK00.370.240.12
HSL337.86º58.33%71.76%-
HSV(B)337.86º37.33%88.24%-
XYZ48.0238.0443.84-
YUV169.65129.33167.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=41.82%
G=26.21%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514117200.370.240.12337.8658.3371.76
HexE18DAC02518C1523a48
Octal341215254045301452272110
Binary11100001100011011010110001001011100011001010100101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DAC; }

 p { color: rgb(225,141,172); }

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

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

 a { background-color: rgb(225,141,172); }

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

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

 span { border-color: rgb(225,141,172); }

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