#E49AAF

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

Shades of Kobi #E49AAF

Tints of Kobi #E49AAF

Color information

#E49AAF (or 0xE49AAF) is unknown color: approx Kobi. HEX triplet: E4, 9A and AF. RGB value is (228,154,175). Sum of RGB (Red+Green+Blue) = 228+154+175=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E49AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49AAF is #1B6550. Grayscale: #B2B2B2. Windows color (decimal): -1795409 or 11508452. OLE color: 11508452.

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

Color convert

RGB228154175-
CMYK00.320.230.11
HSL342.97º57.81%74.9%-
HSV(B)342.97º32.46%89.41%-
XYZ51.2942.746.1-
YUV178.52126.02163.29-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.93%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=40.93%
G=27.65%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815417500.320.230.11342.9757.8174.9
HexE49AAF02017B1573a4b
Octal344232257040271352772113
Binary11100100100110101010111101000001011110111010101111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49AAF; }

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

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

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

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

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

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

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

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