#E199A8

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

Shades of Kobi #E199A8

Tints of Kobi #E199A8

Color information

#E199A8 (or 0xE199A8) is unknown color: approx Kobi. HEX triplet: E1, 99 and A8. RGB value is (225,153,168). Sum of RGB (Red+Green+Blue) = 225+153+168=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E199A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199A8 is #1E6657. Grayscale: #B0B0B0. Windows color (decimal): -1992280 or 11049441. OLE color: 11049441.

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

Color convert

RGB225153168-
CMYK00.320.250.12
HSL347.5º54.55%74.12%-
HSV(B)347.5º32%88.24%-
XYZ49.5141.6242.47-
YUV176.24123.35162.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 153 (60.16% from 255) = 28.02%
BLUE value IS 168 (66.02% from 255) = 30.77%
R=41.21%
G=28.02%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515316800.320.250.12347.554.5574.12
HexE199A802019C15c374a
Octal341231250040311453467112
Binary11100001100110011010100001000001100111001010111001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199A8; }

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

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

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

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

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

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

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

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