#E18DAF

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

Shades of Kobi #E18DAF

Tints of Kobi #E18DAF

Color information

#E18DAF (or 0xE18DAF) is unknown color: approx Kobi. HEX triplet: E1, 8D and AF. RGB value is (225,141,175). Sum of RGB (Red+Green+Blue) = 225+141+175=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DAF is #1E7250. Grayscale: #A9A9A9. Windows color (decimal): -1995345 or 11505121. OLE color: 11505121.

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

Color convert

RGB225141175-
CMYK00.370.220.12
HSL335.71º58.33%71.76%-
HSV(B)335.71º37.33%88.24%-
XYZ48.3138.1545.38-
YUV169.99130.83167.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=41.59%
G=26.06%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514117500.370.220.12335.7158.3371.76
HexE18DAF02516C1503a48
Octal341215257045261452072110
Binary11100001100011011010111101001011011011001010100001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DAF; }

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

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

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

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

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

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

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

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