#E18AA8

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

Shades of Kobi #E18AA8

Tints of Kobi #E18AA8

Color information

#E18AA8 (or 0xE18AA8) is unknown color: approx Kobi. HEX triplet: E1, 8A and A8. RGB value is (225,138,168). Sum of RGB (Red+Green+Blue) = 225+138+168=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18AA8 is #1E7557. Grayscale: #A7A7A7. Windows color (decimal): -1996120 or 11045601. OLE color: 11045601.

HSL color Cylindrical-coordinate representation of color #E18AA8: hue angle of 339.31º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18AA8 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB225138168-
CMYK00.390.250.12
HSL339.31º59.18%71.18%-
HSV(B)339.31º38.67%88.24%-
XYZ47.2137.0141.7-
YUV167.43128.32169.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 168 (66.02% from 255) = 31.64%
R=42.37%
G=25.99%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513816800.390.250.12339.3159.1871.18
HexE18AA802719C1533b47
Octal341212250047311452373107
Binary11100001100010101010100001001111100111001010100111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18AA8; }

 p { color: rgb(225,138,168); }

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

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

 a { background-color: rgb(225,138,168); }

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

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

 span { border-color: rgb(225,138,168); }

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