#E099AB

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

Shades of Kobi #E099AB

Tints of Kobi #E099AB

Color information

#E099AB (or 0xE099AB) is unknown color: approx Kobi. HEX triplet: E0, 99 and AB. RGB value is (224,153,171). Sum of RGB (Red+Green+Blue) = 224+153+171=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E099AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E099AB is #1F6654. Grayscale: #B0B0B0. Windows color (decimal): -2057813 or 11246048. OLE color: 11246048.

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

Color convert

RGB224153171-
CMYK00.320.240.12
HSL344.79º53.38%73.92%-
HSV(B)344.79º31.7%87.84%-
XYZ49.4841.5743.94-
YUV176.28125.02162.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.88%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=40.88%
G=27.92%
B=31.20%

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
Decimal22415317100.320.240.12344.7953.3873.92
HexE099AB02018C159354a
Octal340231253040301453165112
Binary11100000100110011010101101000001100011001010110011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E099AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E099AB; }

 p { color: rgb(224,153,171); }

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

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

 a { background-color: rgb(224,153,171); }

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

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

 span { border-color: rgb(224,153,171); }

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