#E18DAB

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

Shades of Kobi #E18DAB

Tints of Kobi #E18DAB

Color information

#E18DAB (or 0xE18DAB) is unknown color: approx Kobi. HEX triplet: E1, 8D and AB. RGB value is (225,141,171). Sum of RGB (Red+Green+Blue) = 225+141+171=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DAB is #1E7254. Grayscale: #A9A9A9. Windows color (decimal): -1995349 or 11242977. OLE color: 11242977.

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

Color convert

RGB225141171-
CMYK00.370.240.12
HSL338.57º58.33%71.76%-
HSV(B)338.57º37.33%88.24%-
XYZ47.933843.34-
YUV169.54128.83167.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.90%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=41.90%
G=26.26%
B=31.84%

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
Decimal22514117100.370.240.12338.5758.3371.76
HexE18DAB02518C1533a48
Octal341215253045301452372110
Binary11100001100011011010101101001011100011001010100111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DAB; }

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

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

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

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

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

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

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

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