#E499AC

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

Shades of Kobi #E499AC

Tints of Kobi #E499AC

Color information

#E499AC (or 0xE499AC) is unknown color: approx Kobi. HEX triplet: E4, 99 and AC. RGB value is (228,153,172). Sum of RGB (Red+Green+Blue) = 228+153+172=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E499AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E499AC is #1B6653. Grayscale: #B1B1B1. Windows color (decimal): -1795668 or 11311588. OLE color: 11311588.

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

Color convert

RGB228153172-
CMYK00.330.250.11
HSL344.8º58.14%74.71%-
HSV(B)344.8º32.89%89.41%-
XYZ50.8342.2644.51-
YUV177.59124.85163.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.23%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=41.23%
G=27.67%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815317200.330.250.11344.858.1474.71
HexE499AC02119B1593a4b
Octal344231254041311353172113
Binary11100100100110011010110001000011100110111010110011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E499AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E499AC; }

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

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

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

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

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

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

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

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