#E298AF

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

Shades of Kobi #E298AF

Tints of Kobi #E298AF

Color information

#E298AF (or 0xE298AF) is unknown color: approx Kobi. HEX triplet: E2, 98 and AF. RGB value is (226,152,175). Sum of RGB (Red+Green+Blue) = 226+152+175=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E298AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E298AF is #1D6750. Grayscale: #B0B0B0. Windows color (decimal): -1926993 or 11507938. OLE color: 11507938.

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

Color convert

RGB226152175-
CMYK00.330.230.11
HSL341.35º56.06%74.12%-
HSV(B)341.35º32.74%88.63%-
XYZ50.3341.7245.96-
YUV176.75127.02163.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.87%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=40.87%
G=27.49%
B=31.65%

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
Decimal22615217500.330.230.11341.3556.0674.12
HexE298AF02117B155384a
Octal342230257041271352570112
Binary11100010100110001010111101000011011110111010101011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E298AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E298AF; }

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

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

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

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

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

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

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

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