#E199A7

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

Shades of Kobi #E199A7

Tints of Kobi #E199A7

Color information

#E199A7 (or 0xE199A7) is unknown color: approx Kobi. HEX triplet: E1, 99 and A7. RGB value is (225,153,167). Sum of RGB (Red+Green+Blue) = 225+153+167=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E199A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199A7 is #1E6658. Grayscale: #B0B0B0. Windows color (decimal): -1992281 or 10983905. OLE color: 10983905.

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

Color convert

RGB225153167-
CMYK00.320.260.12
HSL348.33º54.55%74.12%-
HSV(B)348.33º32%88.24%-
XYZ49.4241.5841.98-
YUV176.12122.85162.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 167 (65.62% from 255) = 30.64%
R=41.28%
G=28.07%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515316700.320.260.12348.3354.5574.12
HexE199A70201AC15c374a
Octal341231247040321453467112
Binary11100001100110011010011101000001101011001010111001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199A7; }

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

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

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

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

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

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

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

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