#E18AAA

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

Shades of Kobi #E18AAA

Tints of Kobi #E18AAA

Color information

#E18AAA (or 0xE18AAA) is unknown color: approx Kobi. HEX triplet: E1, 8A and AA. RGB value is (225,138,170). Sum of RGB (Red+Green+Blue) = 225+138+170=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18AAA is #1E7555. Grayscale: #A7A7A7. Windows color (decimal): -1996118 or 11176673. OLE color: 11176673.

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

Color convert

RGB225138170-
CMYK00.390.240.12
HSL337.93º59.18%71.18%-
HSV(B)337.93º38.67%88.24%-
XYZ47.437.0942.69-
YUV167.66129.32168.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=42.21%
G=25.89%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513817000.390.240.12337.9359.1871.18
HexE18AAA02718C1523b47
Octal341212252047301452273107
Binary11100001100010101010101001001111100011001010100101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18AAA; }

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

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

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

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

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

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

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

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