#E49AAC

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

Shades of Kobi #E49AAC

Tints of Kobi #E49AAC

Color information

#E49AAC (or 0xE49AAC) is unknown color: approx Kobi. HEX triplet: E4, 9A and AC. RGB value is (228,154,172). Sum of RGB (Red+Green+Blue) = 228+154+172=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E49AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49AAC is #1B6553. Grayscale: #B2B2B2. Windows color (decimal): -1795412 or 11311844. OLE color: 11311844.

HSL color Cylindrical-coordinate representation of color #E49AAC: hue angle of 345.41º degrees, saturation: 0.58, 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 #E49AAC is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB228154172-
CMYK00.320.250.11
HSL345.41º57.81%74.9%-
HSV(B)345.41º32.46%89.41%-
XYZ5142.5844.56-
YUV178.18124.52163.54-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.16%
GREEN value IS 154 (60.55% from 255) = 27.80%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=41.16%
G=27.80%
B=31.05%

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
Decimal22815417200.320.250.11345.4157.8174.9
HexE49AAC02019B1593a4b
Octal344232254040311353172113
Binary11100100100110101010110001000001100110111010110011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49AAC; }

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

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

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

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

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

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

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

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