#E297B1

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

Shades of Kobi #E297B1

Tints of Kobi #E297B1

Color information

#E297B1 (or 0xE297B1) is unknown color: approx Kobi. HEX triplet: E2, 97 and B1. RGB value is (226,151,177). Sum of RGB (Red+Green+Blue) = 226+151+177=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E297B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E297B1 is #1D684E. Grayscale: #B0B0B0. Windows color (decimal): -1927247 or 11638754. OLE color: 11638754.

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

Color convert

RGB226151177-
CMYK00.330.220.11
HSL339.2º56.39%73.92%-
HSV(B)339.2º33.19%88.63%-
XYZ50.3741.4846.95-
YUV176.39128.35163.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.79%
GREEN value IS 151 (59.38% from 255) = 27.26%
BLUE value IS 177 (69.53% from 255) = 31.95%
R=40.79%
G=27.26%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615117700.330.220.11339.256.3973.92
HexE297B102116B153384a
Octal342227261041261352370112
Binary11100010100101111011000101000011011010111010100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E297B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E297B1; }

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

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

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

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

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

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

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

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