#E096AD

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

Shades of Kobi #E096AD

Tints of Kobi #E096AD

Color information

#E096AD (or 0xE096AD) is unknown color: approx Kobi. HEX triplet: E0, 96 and AD. RGB value is (224,150,173). Sum of RGB (Red+Green+Blue) = 224+150+173=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E096AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E096AD is #1F6952. Grayscale: #AEAEAE. Windows color (decimal): -2058579 or 11376352. OLE color: 11376352.

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

Color convert

RGB224150173-
CMYK00.330.230.12
HSL341.35º54.41%73.33%-
HSV(B)341.35º33.04%87.84%-
XYZ49.1940.6844.79-
YUV174.75127.02163.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=40.95%
G=27.42%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415017300.330.230.12341.3554.4173.33
HexE096AD02117C1553649
Octal340226255041271452566111
Binary11100000100101101010110101000011011111001010101011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096AD; }

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

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

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

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

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

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

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

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