#E19BAF

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

Shades of Kobi #E19BAF

Tints of Kobi #E19BAF

Color information

#E19BAF (or 0xE19BAF) is unknown color: approx Kobi. HEX triplet: E1, 9B and AF. RGB value is (225,155,175). Sum of RGB (Red+Green+Blue) = 225+155+175=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19BAF is #1E6450. Grayscale: #B2B2B2. Windows color (decimal): -1991761 or 11508705. OLE color: 11508705.

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

Color convert

RGB225155175-
CMYK00.310.220.12
HSL342.86º53.85%74.51%-
HSV(B)342.86º31.11%88.24%-
XYZ50.5142.5546.11-
YUV178.21126.19161.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=40.54%
G=27.93%
B=31.53%

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
Decimal22515517500.310.220.12342.8653.8574.51
HexE19BAF01F16C157364b
Octal341233257037261452766113
Binary1110000110011011101011110111111011011001010101111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BAF; }

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

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

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

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

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

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

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

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