#E297AD

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

Shades of Kobi #E297AD

Tints of Kobi #E297AD

Color information

#E297AD (or 0xE297AD) is unknown color: approx Kobi. HEX triplet: E2, 97 and AD. RGB value is (226,151,173). Sum of RGB (Red+Green+Blue) = 226+151+173=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E297AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E297AD is #1D6852. Grayscale: #AFAFAF. Windows color (decimal): -1927251 or 11376610. OLE color: 11376610.

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

Color convert

RGB226151173-
CMYK00.330.230.11
HSL342.4º56.39%73.92%-
HSV(B)342.4º33.19%88.63%-
XYZ49.9741.3244.88-
YUV175.93126.35163.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.09%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=41.09%
G=27.45%
B=31.45%

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
Decimal22615117300.330.230.11342.456.3973.92
HexE297AD02117B156384a
Octal342227255041271352670112
Binary11100010100101111010110101000011011110111010101101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E297AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E297AD; }

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

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

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

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

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

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

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

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