#E08DAD

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

Shades of Kobi #E08DAD

Tints of Kobi #E08DAD

Color information

#E08DAD (or 0xE08DAD) is unknown color: approx Kobi. HEX triplet: E0, 8D and AD. RGB value is (224,141,173). Sum of RGB (Red+Green+Blue) = 224+141+173=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08DAD is #1F7252. Grayscale: #A9A9A9. Windows color (decimal): -2060883 or 11374048. OLE color: 11374048.

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

Color convert

RGB224141173-
CMYK00.370.230.12
HSL336.87º57.24%71.57%-
HSV(B)336.87º37.05%87.84%-
XYZ47.8137.9144.33-
YUV169.46130166.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=41.64%
G=26.21%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414117300.370.230.12336.8757.2471.57
HexE08DAD02517C1513948
Octal340215255045271452171110
Binary11100000100011011010110101001011011111001010100011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DAD; }

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

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

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

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

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

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

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

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