#E08AAC

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

Shades of Kobi #E08AAC

Tints of Kobi #E08AAC

Color information

#E08AAC (or 0xE08AAC) is unknown color: approx Kobi. HEX triplet: E0, 8A and AC. RGB value is (224,138,172). Sum of RGB (Red+Green+Blue) = 224+138+172=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08AAC is #1F7553. Grayscale: #A7A7A7. Windows color (decimal): -2061652 or 11307744. OLE color: 11307744.

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

Color convert

RGB224138172-
CMYK00.380.230.12
HSL336.28º58.11%70.98%-
HSV(B)336.28º38.39%87.84%-
XYZ47.283743.68-
YUV167.59130.49168.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=41.95%
G=25.84%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413817200.380.230.12336.2858.1170.98
HexE08AAC02617C1503a47
Octal340212254046271452072107
Binary11100000100010101010110001001101011111001010100001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08AAC; }

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

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

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

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

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

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

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

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