#E297AC

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

Shades of Kobi #E297AC

Tints of Kobi #E297AC

Color information

#E297AC (or 0xE297AC) is unknown color: approx Kobi. HEX triplet: E2, 97 and AC. RGB value is (226,151,172). Sum of RGB (Red+Green+Blue) = 226+151+172=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E297AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E297AC is #1D6853. Grayscale: #AFAFAF. Windows color (decimal): -1927252 or 11311074. OLE color: 11311074.

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

Color convert

RGB226151172-
CMYK00.330.240.11
HSL343.2º56.39%73.92%-
HSV(B)343.2º33.19%88.63%-
XYZ49.8841.2844.37-
YUV175.82125.85163.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.17%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=41.17%
G=27.50%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615117200.330.240.11343.256.3973.92
HexE297AC02118B157384a
Octal342227254041301352770112
Binary11100010100101111010110001000011100010111010101111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E297AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E297AC; }

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

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

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

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

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

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

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

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