#E49CAA

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

Shades of Kobi #E49CAA

Tints of Kobi #E49CAA

Color information

#E49CAA (or 0xE49CAA) is unknown color: approx Kobi. HEX triplet: E4, 9C and AA. RGB value is (228,156,170). Sum of RGB (Red+Green+Blue) = 228+156+170=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E49CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49CAA is #1B6355. Grayscale: #B3B3B3. Windows color (decimal): -1794902 or 11181284. OLE color: 11181284.

HSL color Cylindrical-coordinate representation of color #E49CAA: hue angle of 348.33º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49CAA is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB228156170-
CMYK00.320.250.11
HSL348.33º57.14%75.29%-
HSV(B)348.33º31.58%89.41%-
XYZ51.1443.1743.67-
YUV179.12122.85162.86-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.16%
GREEN value IS 156 (61.33% from 255) = 28.16%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=41.16%
G=28.16%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815617000.320.250.11348.3357.1475.29
HexE49CAA02019B15c394b
Octal344234252040311353471113
Binary11100100100111001010101001000001100110111010111001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49CAA; }

 p { color: rgb(228,156,170); }

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

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

 a { background-color: rgb(228,156,170); }

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

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

 span { border-color: rgb(228,156,170); }

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