#E19AAC

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

Shades of Kobi #E19AAC

Tints of Kobi #E19AAC

Color information

#E19AAC (or 0xE19AAC) is unknown color: approx Kobi. HEX triplet: E1, 9A and AC. RGB value is (225,154,172). Sum of RGB (Red+Green+Blue) = 225+154+172=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AAC is #1E6553. Grayscale: #B1B1B1. Windows color (decimal): -1992020 or 11311841. OLE color: 11311841.

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

Color convert

RGB225154172-
CMYK00.320.240.12
HSL344.79º54.2%74.31%-
HSV(B)344.79º31.56%88.24%-
XYZ50.0542.144.52-
YUV177.28125.02162.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=40.83%
G=27.95%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515417200.320.240.12344.7954.274.31
HexE19AAC02018C159364a
Octal341232254040301453166112
Binary11100001100110101010110001000001100011001010110011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19AAC; }

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

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

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

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

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

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

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

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