#E18DA5

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

Shades of Kobi #E18DA5

Tints of Kobi #E18DA5

Color information

#E18DA5 (or 0xE18DA5) is unknown color: approx Kobi. HEX triplet: E1, 8D and A5. RGB value is (225,141,165). Sum of RGB (Red+Green+Blue) = 225+141+165=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DA5 is #1E725A. Grayscale: #A8A8A8. Windows color (decimal): -1995355 or 10849761. OLE color: 10849761.

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

Color convert

RGB225141165-
CMYK00.370.270.12
HSL342.86º58.33%71.76%-
HSV(B)342.86º37.33%88.24%-
XYZ47.3737.7740.39-
YUV168.85125.83168.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 165 (64.84% from 255) = 31.07%
R=42.37%
G=26.55%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514116500.370.270.12342.8658.3371.76
HexE18DA50251BC1573a48
Octal341215245045331452772110
Binary11100001100011011010010101001011101111001010101111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DA5; }

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

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

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

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

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

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

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

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