#E18DAE

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

Shades of Kobi #E18DAE

Tints of Kobi #E18DAE

Color information

#E18DAE (or 0xE18DAE) is unknown color: approx Kobi. HEX triplet: E1, 8D and AE. RGB value is (225,141,174). Sum of RGB (Red+Green+Blue) = 225+141+174=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DAE is #1E7251. Grayscale: #A9A9A9. Windows color (decimal): -1995346 or 11439585. OLE color: 11439585.

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

Color convert

RGB225141174-
CMYK00.370.230.12
HSL336.43º58.33%71.76%-
HSV(B)336.43º37.33%88.24%-
XYZ48.2238.1144.86-
YUV169.88130.33167.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=41.67%
G=26.11%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514117400.370.230.12336.4358.3371.76
HexE18DAE02517C1503a48
Octal341215256045271452072110
Binary11100001100011011010111001001011011111001010100001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DAE; }

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

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

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

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

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

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

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

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