#E19BB1

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

Shades of Kobi #E19BB1

Tints of Kobi #E19BB1

Color information

#E19BB1 (or 0xE19BB1) is unknown color: approx Kobi. HEX triplet: E1, 9B and B1. RGB value is (225,155,177). Sum of RGB (Red+Green+Blue) = 225+155+177=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19BB1 is #1E644E. Grayscale: #B2B2B2. Windows color (decimal): -1991759 or 11639777. OLE color: 11639777.

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

Color convert

RGB225155177-
CMYK00.310.210.12
HSL341.14º53.85%74.51%-
HSV(B)341.14º31.11%88.24%-
XYZ50.7142.6247.15-
YUV178.44127.19161.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.39%
GREEN value IS 155 (60.94% from 255) = 27.83%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=40.39%
G=27.83%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515517700.310.210.12341.1453.8574.51
HexE19BB101F15C155364b
Octal341233261037251452566113
Binary1110000110011011101100010111111010111001010101011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BB1; }

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

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

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

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

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

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

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

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