#E296AD

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

Shades of Kobi #E296AD

Tints of Kobi #E296AD

Color information

#E296AD (or 0xE296AD) is unknown color: approx Kobi. HEX triplet: E2, 96 and AD. RGB value is (226,150,173). Sum of RGB (Red+Green+Blue) = 226+150+173=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E296AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E296AD is #1D6952. Grayscale: #AFAFAF. Windows color (decimal): -1927507 or 11376354. OLE color: 11376354.

HSL color Cylindrical-coordinate representation of color #E296AD: hue angle of 341.84º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E296AD is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226150173-
CMYK00.340.230.11
HSL341.84º56.72%73.73%-
HSV(B)341.84º33.63%88.63%-
XYZ49.814144.82-
YUV175.35126.68164.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.17%
GREEN value IS 150 (58.98% from 255) = 27.32%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=41.17%
G=27.32%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615017300.340.230.11341.8456.7273.73
HexE296AD02217B156394a
Octal342226255042271352671112
Binary11100010100101101010110101000101011110111010101101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E296AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E296AD; }

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

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

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

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

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

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

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

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