#E08FAD

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

Shades of Kobi #E08FAD

Tints of Kobi #E08FAD

Color information

#E08FAD (or 0xE08FAD) is unknown color: approx Kobi. HEX triplet: E0, 8F and AD. RGB value is (224,143,173). Sum of RGB (Red+Green+Blue) = 224+143+173=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08FAD is #1F7052. Grayscale: #AAAAAA. Windows color (decimal): -2060371 or 11374560. OLE color: 11374560.

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

Color convert

RGB224143173-
CMYK00.360.230.12
HSL337.78º56.64%71.96%-
HSV(B)337.78º36.16%87.84%-
XYZ48.1138.5144.43-
YUV170.64129.34166.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.48%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=41.48%
G=26.48%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414317300.360.230.12337.7856.6471.96
HexE08FAD02417C1523948
Octal340217255044271452271110
Binary11100000100011111010110101001001011111001010100101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08FAD; }

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

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

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

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

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

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

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

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