#E199A3

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

Shades of Kobi #E199A3

Tints of Kobi #E199A3

Color information

#E199A3 (or 0xE199A3) is unknown color: approx Kobi. HEX triplet: E1, 99 and A3. RGB value is (225,153,163). Sum of RGB (Red+Green+Blue) = 225+153+163=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E199A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199A3 is #1E665C. Grayscale: #AFAFAF. Windows color (decimal): -1992285 or 10721761. OLE color: 10721761.

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

Color convert

RGB225153163-
CMYK00.320.280.12
HSL351.67º54.55%74.12%-
HSV(B)351.67º32%88.24%-
XYZ49.0541.4340.06-
YUV175.67120.85163.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 163 (64.06% from 255) = 30.13%
R=41.59%
G=28.28%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515316300.320.280.12351.6754.5574.12
HexE199A30201CC160374a
Octal341231243040341454067112
Binary11100001100110011010001101000001110011001011000001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199A3; }

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

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

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

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

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

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

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

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