#E297AE

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

Shades of Kobi #E297AE

Tints of Kobi #E297AE

Color information

#E297AE (or 0xE297AE) is unknown color: approx Kobi. HEX triplet: E2, 97 and AE. RGB value is (226,151,174). Sum of RGB (Red+Green+Blue) = 226+151+174=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E297AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E297AE is #1D6851. Grayscale: #B0B0B0. Windows color (decimal): -1927250 or 11442146. OLE color: 11442146.

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

Color convert

RGB226151174-
CMYK00.330.230.11
HSL341.6º56.39%73.92%-
HSV(B)341.6º33.19%88.63%-
XYZ50.0741.3645.39-
YUV176.05126.85163.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.02%
GREEN value IS 151 (59.38% from 255) = 27.40%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=41.02%
G=27.40%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615117400.330.230.11341.656.3973.92
HexE297AE02117B156384a
Octal342227256041271352670112
Binary11100010100101111010111001000011011110111010101101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E297AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E297AE; }

 p { color: rgb(226,151,174); }

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

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

 a { background-color: rgb(226,151,174); }

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

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

 span { border-color: rgb(226,151,174); }

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