#E18DA7

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

Shades of Kobi #E18DA7

Tints of Kobi #E18DA7

Color information

#E18DA7 (or 0xE18DA7) is unknown color: approx Kobi. HEX triplet: E1, 8D and A7. RGB value is (225,141,167). Sum of RGB (Red+Green+Blue) = 225+141+167=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DA7 is #1E7258. Grayscale: #A9A9A9. Windows color (decimal): -1995353 or 10980833. OLE color: 10980833.

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

Color convert

RGB225141167-
CMYK00.370.260.12
HSL341.43º58.33%71.76%-
HSV(B)341.43º37.33%88.24%-
XYZ47.5537.8541.36-
YUV169.08126.83167.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 141 (55.47% from 255) = 26.45%
BLUE value IS 167 (65.62% from 255) = 31.33%
R=42.21%
G=26.45%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514116700.370.260.12341.4358.3371.76
HexE18DA70251AC1553a48
Octal341215247045321452572110
Binary11100001100011011010011101001011101011001010101011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DA7; }

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

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

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

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

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

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

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

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