#E18DA8

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

Shades of Kobi #E18DA8

Tints of Kobi #E18DA8

Color information

#E18DA8 (or 0xE18DA8) is unknown color: approx Kobi. HEX triplet: E1, 8D and A8. RGB value is (225,141,168). Sum of RGB (Red+Green+Blue) = 225+141+168=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DA8 is #1E7257. Grayscale: #A9A9A9. Windows color (decimal): -1995352 or 11046369. OLE color: 11046369.

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

Color convert

RGB225141168-
CMYK00.370.250.12
HSL340.71º58.33%71.76%-
HSV(B)340.71º37.33%88.24%-
XYZ47.6437.8841.85-
YUV169.19127.33167.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.13%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 168 (66.02% from 255) = 31.46%
R=42.13%
G=26.40%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514116800.370.250.12340.7158.3371.76
HexE18DA802519C1553a48
Octal341215250045311452572110
Binary11100001100011011010100001001011100111001010101011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DA8; }

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

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

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

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

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

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

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

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