#E199AA

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

Shades of Kobi #E199AA

Tints of Kobi #E199AA

Color information

#E199AA (or 0xE199AA) is unknown color: approx Kobi. HEX triplet: E1, 99 and AA. RGB value is (225,153,170). Sum of RGB (Red+Green+Blue) = 225+153+170=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E199AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199AA is #1E6655. Grayscale: #B0B0B0. Windows color (decimal): -1992278 or 11180513. OLE color: 11180513.

HSL color Cylindrical-coordinate representation of color #E199AA: hue angle of 345.83º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E199AA is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225153170-
CMYK00.320.240.12
HSL345.83º54.55%74.12%-
HSV(B)345.83º32%88.24%-
XYZ49.741.6943.46-
YUV176.47124.35162.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=41.06%
G=27.92%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515317000.320.240.12345.8354.5574.12
HexE199AA02018C15a374a
Octal341231252040301453267112
Binary11100001100110011010101001000001100011001010110101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199AA; }

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

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

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

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

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

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

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

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