#E09AAC

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

Shades of Kobi #E09AAC

Tints of Kobi #E09AAC

Color information

#E09AAC (or 0xE09AAC) is unknown color: approx Kobi. HEX triplet: E0, 9A and AC. RGB value is (224,154,172). Sum of RGB (Red+Green+Blue) = 224+154+172=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09AAC is #1F6553. Grayscale: #B0B0B0. Windows color (decimal): -2057556 or 11311840. OLE color: 11311840.

HSL color Cylindrical-coordinate representation of color #E09AAC: hue angle of 344.57º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09AAC is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224154172-
CMYK00.310.230.12
HSL344.57º53.03%74.12%-
HSV(B)344.57º31.25%87.84%-
XYZ49.7441.9444.5-
YUV176.98125.19161.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=40.73%
G=28%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415417200.310.230.12344.5753.0374.12
HexE09AAC01F17C159354a
Octal340232254037271453165112
Binary1110000010011010101011000111111011111001010110011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09AAC; }

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

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

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

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

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

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

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

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