#E08AA5

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

Shades of Kobi #E08AA5

Tints of Kobi #E08AA5

Color information

#E08AA5 (or 0xE08AA5) is unknown color: approx Kobi. HEX triplet: E0, 8A and A5. RGB value is (224,138,165). Sum of RGB (Red+Green+Blue) = 224+138+165=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08AA5 is #1F755A. Grayscale: #A6A6A6. Windows color (decimal): -2061659 or 10848992. OLE color: 10848992.

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

Color convert

RGB224138165-
CMYK00.380.260.12
HSL341.16º58.11%70.98%-
HSV(B)341.16º38.39%87.84%-
XYZ46.6236.7440.23-
YUV166.79126.99168.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 165 (64.84% from 255) = 31.31%
R=42.50%
G=26.19%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413816500.380.260.12341.1658.1170.98
HexE08AA50261AC1553a47
Octal340212245046321452572107
Binary11100000100010101010010101001101101011001010101011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08AA5; }

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

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

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

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

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

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

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

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