#e08fa9

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

Shades of Kobi #E08FA9

Tints of Kobi #E08FA9

Color information

#E08FA9 (or 0xE08FA9) is unknown color: approx Kobi. HEX triplet: E0, 8F and A9. RGB value is (224,143,169). Sum of RGB (Red+Green+Blue) = 224+143+169=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08FA9 is #1F7056. Grayscale: #AAAAAA. Windows color (decimal): -2060375 or 11112416. OLE color: 11112416.

HSL color Cylindrical-coordinate representation of color #E08FA9: hue angle of 340.74º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E08FA9 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224143169-
CMYK00.360.250.12
HSL340.74º56.64%71.96%-
HSV(B)340.74º36.16%87.84%-
XYZ47.7238.3642.42-
YUV170.18127.34166.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.79%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=41.79%
G=26.68%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414316900.360.250.12340.7456.6471.96
HexE08FA902419C1553948
Octal340217251044311452571110
Binary11100000100011111010100101001001100111001010101011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e08fa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e08fa9; }

 p { color: rgb(224,143,169); }

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

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

 a { background-color: rgb(224,143,169); }

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

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

 span { border-color: rgb(224,143,169); }

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