#E08AAA

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

Shades of Kobi #E08AAA

Tints of Kobi #E08AAA

Color information

#E08AAA (or 0xE08AAA) is unknown color: approx Kobi. HEX triplet: E0, 8A and AA. RGB value is (224,138,170). Sum of RGB (Red+Green+Blue) = 224+138+170=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08AAA is #1F7555. Grayscale: #A7A7A7. Windows color (decimal): -2061654 or 11176672. OLE color: 11176672.

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

Color convert

RGB224138170-
CMYK00.380.240.12
HSL337.67º58.11%70.98%-
HSV(B)337.67º38.39%87.84%-
XYZ47.0836.9342.68-
YUV167.36129.49168.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.11%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=42.11%
G=25.94%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413817000.380.240.12337.6758.1170.98
HexE08AAA02618C1523a47
Octal340212252046301452272107
Binary11100000100010101010101001001101100011001010100101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08AAA; }

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

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

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

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

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

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

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

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