#E19BB0

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

Shades of Kobi #E19BB0

Tints of Kobi #E19BB0

Color information

#E19BB0 (or 0xE19BB0) is unknown color: approx Kobi. HEX triplet: E1, 9B and B0. RGB value is (225,155,176). Sum of RGB (Red+Green+Blue) = 225+155+176=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19BB0 is #1E644F. Grayscale: #B2B2B2. Windows color (decimal): -1991760 or 11574241. OLE color: 11574241.

HSL color Cylindrical-coordinate representation of color #E19BB0: hue angle of 342º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19BB0 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225155176-
CMYK00.310.220.12
HSL342º53.85%74.51%-
HSV(B)342º31.11%88.24%-
XYZ50.6142.5846.63-
YUV178.32126.69161.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=40.47%
G=27.88%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515517600.310.220.1234253.8574.51
HexE19BB001F16C156364b
Octal341233260037261452666113
Binary1110000110011011101100000111111011011001010101101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BB0; }

 p { color: rgb(225,155,176); }

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

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

 a { background-color: rgb(225,155,176); }

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

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

 span { border-color: rgb(225,155,176); }

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