#E297B3

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

Shades of Kobi #E297B3

Tints of Kobi #E297B3

Color information

#E297B3 (or 0xE297B3) is unknown color: approx Kobi. HEX triplet: E2, 97 and B3. RGB value is (226,151,179). Sum of RGB (Red+Green+Blue) = 226+151+179=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E297B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297B3 is #1D684C. Grayscale: #B0B0B0. Windows color (decimal): -1927245 or 11769826. OLE color: 11769826.

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

Color convert

RGB226151179-
CMYK00.330.210.11
HSL337.6º56.39%73.92%-
HSV(B)337.6º33.19%88.63%-
XYZ50.5741.5648-
YUV176.62129.35163.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 151 (59.38% from 255) = 27.16%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=40.65%
G=27.16%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615117900.330.210.11337.656.3973.92
HexE297B302115B152384a
Octal342227263041251352270112
Binary11100010100101111011001101000011010110111010100101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E297B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E297B3; }

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

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

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

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

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

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

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

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