#E18DAD

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

Shades of Kobi #E18DAD

Tints of Kobi #E18DAD

Color information

#E18DAD (or 0xE18DAD) is unknown color: approx Kobi. HEX triplet: E1, 8D and AD. RGB value is (225,141,173). Sum of RGB (Red+Green+Blue) = 225+141+173=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DAD is #1E7252. Grayscale: #A9A9A9. Windows color (decimal): -1995347 or 11374049. OLE color: 11374049.

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

Color convert

RGB225141173-
CMYK00.370.230.12
HSL337.14º58.33%71.76%-
HSV(B)337.14º37.33%88.24%-
XYZ48.1238.0744.35-
YUV169.76129.83167.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=41.74%
G=26.16%
B=32.10%

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
Decimal22514117300.370.230.12337.1458.3371.76
HexE18DAD02517C1513a48
Octal341215255045271452172110
Binary11100001100011011010110101001011011111001010100011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DAD; }

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

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

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

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

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

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

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

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