#E297AF

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

Shades of Kobi #E297AF

Tints of Kobi #E297AF

Color information

#E297AF (or 0xE297AF) is unknown color: approx Kobi. HEX triplet: E2, 97 and AF. RGB value is (226,151,175). Sum of RGB (Red+Green+Blue) = 226+151+175=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E297AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E297AF is #1D6850. Grayscale: #B0B0B0. Windows color (decimal): -1927249 or 11507682. OLE color: 11507682.

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

Color convert

RGB226151175-
CMYK00.330.230.11
HSL340.8º56.39%73.92%-
HSV(B)340.8º33.19%88.63%-
XYZ50.1741.445.9-
YUV176.16127.35163.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.94%
GREEN value IS 151 (59.38% from 255) = 27.36%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=40.94%
G=27.36%
B=31.70%

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
Decimal22615117500.330.230.11340.856.3973.92
HexE297AF02117B155384a
Octal342227257041271352570112
Binary11100010100101111010111101000011011110111010101011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E297AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E297AF; }

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

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

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

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

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

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

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

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