#E19BA3

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

Shades of Kobi #E19BA3

Tints of Kobi #E19BA3

Color information

#E19BA3 (or 0xE19BA3) is unknown color: approx Kobi. HEX triplet: E1, 9B and A3. RGB value is (225,155,163). Sum of RGB (Red+Green+Blue) = 225+155+163=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19BA3 is #1E645C. Grayscale: #B0B0B0. Windows color (decimal): -1991773 or 10722273. OLE color: 10722273.

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

Color convert

RGB225155163-
CMYK00.310.280.12
HSL353.14º53.85%74.51%-
HSV(B)353.14º31.11%88.24%-
XYZ49.3842.0940.17-
YUV176.84120.19162.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 163 (64.06% from 255) = 30.02%
R=41.44%
G=28.55%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515516300.310.280.12353.1453.8574.51
HexE19BA301F1CC161364b
Octal341233243037341454166113
Binary1110000110011011101000110111111110011001011000011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BA3; }

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

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

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

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

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

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

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

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