#E19AAA

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

Shades of Kobi #E19AAA

Tints of Kobi #E19AAA

Color information

#E19AAA (or 0xE19AAA) is unknown color: approx Kobi. HEX triplet: E1, 9A and AA. RGB value is (225,154,170). Sum of RGB (Red+Green+Blue) = 225+154+170=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AAA is #1E6555. Grayscale: #B1B1B1. Windows color (decimal): -1992022 or 11180769. OLE color: 11180769.

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

Color convert

RGB225154170-
CMYK00.320.240.12
HSL346.48º54.2%74.31%-
HSV(B)346.48º31.56%88.24%-
XYZ49.8642.0243.51-
YUV177.05124.02162.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=40.98%
G=28.05%
B=30.97%

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
Decimal22515417000.320.240.12346.4854.274.31
HexE19AAA02018C15a364a
Octal341232252040301453266112
Binary11100001100110101010101001000001100011001010110101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19AAA; }

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

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

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

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

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

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

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

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