#E296AA

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

Shades of Kobi #E296AA

Tints of Kobi #E296AA

Color information

#E296AA (or 0xE296AA) is unknown color: approx Kobi. HEX triplet: E2, 96 and AA. RGB value is (226,150,170). Sum of RGB (Red+Green+Blue) = 226+150+170=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E296AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E296AA is #1D6955. Grayscale: #AFAFAF. Windows color (decimal): -1927510 or 11179746. OLE color: 11179746.

HSL color Cylindrical-coordinate representation of color #E296AA: hue angle of 344.21º 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 #E296AA is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB226150170-
CMYK00.340.250.11
HSL344.21º56.72%73.73%-
HSV(B)344.21º33.63%88.63%-
XYZ49.5340.8843.31-
YUV175125.18164.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.39%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=41.39%
G=27.47%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615017000.340.250.11344.2156.7273.73
HexE296AA02219B158394a
Octal342226252042311353071112
Binary11100010100101101010101001000101100110111010110001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E296AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E296AA; }

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

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

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

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

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

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

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

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