#E299A4

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

Shades of Kobi #E299A4

Tints of Kobi #E299A4

Color information

#E299A4 (or 0xE299A4) is unknown color: approx Kobi. HEX triplet: E2, 99 and A4. RGB value is (226,153,164). Sum of RGB (Red+Green+Blue) = 226+153+164=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E299A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E299A4 is #1D665B. Grayscale: #B0B0B0. Windows color (decimal): -1926748 or 10787298. OLE color: 10787298.

HSL color Cylindrical-coordinate representation of color #E299A4: hue angle of 350.96º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E299A4 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB226153164-
CMYK00.320.270.11
HSL350.96º55.73%74.31%-
HSV(B)350.96º32.3%88.63%-
XYZ49.4641.6340.55-
YUV176.08121.18163.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 164 (64.45% from 255) = 30.20%
R=41.62%
G=28.18%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615316400.320.270.11350.9655.7374.31
HexE299A40201BB15f384a
Octal342231244040331353770112
Binary11100010100110011010010001000001101110111010111111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299A4; }

 p { color: rgb(226,153,164); }

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

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

 a { background-color: rgb(226,153,164); }

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

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

 span { border-color: rgb(226,153,164); }

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