#E099A4

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

Shades of Kobi #E099A4

Tints of Kobi #E099A4

Color information

#E099A4 (or 0xE099A4) is unknown color: approx Kobi. HEX triplet: E0, 99 and A4. RGB value is (224,153,164). Sum of RGB (Red+Green+Blue) = 224+153+164=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E099A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E099A4 is #1F665B. Grayscale: #AFAFAF. Windows color (decimal): -2057820 or 10787296. OLE color: 10787296.

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

Color convert

RGB224153164-
CMYK00.320.270.12
HSL350.7º53.38%73.92%-
HSV(B)350.7º31.7%87.84%-
XYZ48.8341.3140.52-
YUV175.48121.52162.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.40%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 164 (64.45% from 255) = 30.31%
R=41.40%
G=28.28%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415316400.320.270.12350.753.3873.92
HexE099A40201BC15f354a
Octal340231244040331453765112
Binary11100000100110011010010001000001101111001010111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E099A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E099A4; }

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

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

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

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

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

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

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

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