#E08AAD

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

Shades of Kobi #E08AAD

Tints of Kobi #E08AAD

Color information

#E08AAD (or 0xE08AAD) is unknown color: approx Kobi. HEX triplet: E0, 8A and AD. RGB value is (224,138,173). Sum of RGB (Red+Green+Blue) = 224+138+173=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08AAD is #1F7552. Grayscale: #A7A7A7. Windows color (decimal): -2061651 or 11373280. OLE color: 11373280.

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

Color convert

RGB224138173-
CMYK00.380.230.12
HSL335.58º58.11%70.98%-
HSV(B)335.58º38.39%87.84%-
XYZ47.3737.0444.19-
YUV167.7130.99168.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=41.87%
G=25.79%
B=32.34%

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
Decimal22413817300.380.230.12335.5858.1170.98
HexE08AAD02617C1503a47
Octal340212255046271452072107
Binary11100000100010101010110101001101011111001010100001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08AAD; }

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

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

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

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

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

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

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

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