#E19BB5

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

Shades of Kobi #E19BB5

Tints of Kobi #E19BB5

Color information

#E19BB5 (or 0xE19BB5) is unknown color: approx Kobi. HEX triplet: E1, 9B and B5. RGB value is (225,155,181). Sum of RGB (Red+Green+Blue) = 225+155+181=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BB5 is #1E644A. Grayscale: #B2B2B2. Windows color (decimal): -1991755 or 11901921. OLE color: 11901921.

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

Color convert

RGB225155181-
CMYK00.310.200.12
HSL337.71º53.85%74.51%-
HSV(B)337.71º31.11%88.24%-
XYZ51.1142.7949.28-
YUV178.89129.19160.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.11%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 181 (71.09% from 255) = 32.26%
R=40.11%
G=27.63%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515518100.310.200.12337.7153.8574.51
HexE19BB501F14C152364b
Octal341233265037241452266113
Binary1110000110011011101101010111111010011001010100101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BB5; }

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

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

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

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

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

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

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

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