#E19AAD

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

Shades of Kobi #E19AAD

Tints of Kobi #E19AAD

Color information

#E19AAD (or 0xE19AAD) is unknown color: approx Kobi. HEX triplet: E1, 9A and AD. RGB value is (225,154,173). Sum of RGB (Red+Green+Blue) = 225+154+173=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AAD is #1E6552. Grayscale: #B1B1B1. Windows color (decimal): -1992019 or 11377377. OLE color: 11377377.

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

Color convert

RGB225154173-
CMYK00.320.230.12
HSL343.94º54.2%74.31%-
HSV(B)343.94º31.56%88.24%-
XYZ50.1542.1445.03-
YUV177.4125.52161.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.76%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=40.76%
G=27.90%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515417300.320.230.12343.9454.274.31
HexE19AAD02017C158364a
Octal341232255040271453066112
Binary11100001100110101010110101000001011111001010110001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19AAD; }

 p { color: rgb(225,154,173); }

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

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

 a { background-color: rgb(225,154,173); }

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

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

 span { border-color: rgb(225,154,173); }

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