#E298AB

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

Shades of Kobi #E298AB

Tints of Kobi #E298AB

Color information

#E298AB (or 0xE298AB) is unknown color: approx Kobi. HEX triplet: E2, 98 and AB. RGB value is (226,152,171). Sum of RGB (Red+Green+Blue) = 226+152+171=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E298AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E298AB is #1D6754. Grayscale: #B0B0B0. Windows color (decimal): -1926997 or 11245794. OLE color: 11245794.

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

Color convert

RGB226152171-
CMYK00.330.240.11
HSL344.59º56.06%74.12%-
HSV(B)344.59º32.74%88.63%-
XYZ49.9441.5743.92-
YUV176.29125.02163.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.17%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=41.17%
G=27.69%
B=31.15%

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
Decimal22615217100.330.240.11344.5956.0674.12
HexE298AB02118B159384a
Octal342230253041301353170112
Binary11100010100110001010101101000011100010111010110011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E298AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E298AB; }

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

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

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

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

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

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

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

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