#E199B1

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

Shades of Kobi #E199B1

Tints of Kobi #E199B1

Color information

#E199B1 (or 0xE199B1) is unknown color: approx Kobi. HEX triplet: E1, 99 and B1. RGB value is (225,153,177). Sum of RGB (Red+Green+Blue) = 225+153+177=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E199B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199B1 is #1E664E. Grayscale: #B1B1B1. Windows color (decimal): -1992271 or 11639265. OLE color: 11639265.

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

Color convert

RGB225153177-
CMYK00.320.210.12
HSL340º54.55%74.12%-
HSV(B)340º32%88.24%-
XYZ50.3841.9647.04-
YUV177.26127.85162.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 153 (60.16% from 255) = 27.57%
BLUE value IS 177 (69.53% from 255) = 31.89%
R=40.54%
G=27.57%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515317700.320.210.1234054.5574.12
HexE199B102015C154374a
Octal341231261040251452467112
Binary11100001100110011011000101000001010111001010101001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199B1; }

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

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

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

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

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

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

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

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