#E298AC

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

Shades of Kobi #E298AC

Tints of Kobi #E298AC

Color information

#E298AC (or 0xE298AC) is unknown color: approx Kobi. HEX triplet: E2, 98 and AC. RGB value is (226,152,172). Sum of RGB (Red+Green+Blue) = 226+152+172=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E298AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E298AC is #1D6753. Grayscale: #B0B0B0. Windows color (decimal): -1926996 or 11311330. OLE color: 11311330.

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

Color convert

RGB226152172-
CMYK00.330.240.11
HSL343.78º56.06%74.12%-
HSV(B)343.78º32.74%88.63%-
XYZ50.0441.644.42-
YUV176.41125.52163.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.09%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=41.09%
G=27.64%
B=31.27%

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
Decimal22615217200.330.240.11343.7856.0674.12
HexE298AC02118B158384a
Octal342230254041301353070112
Binary11100010100110001010110001000011100010111010110001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E298AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E298AC; }

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

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

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

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

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

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

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

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