#E299A6

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

Shades of Kobi #E299A6

Tints of Kobi #E299A6

Color information

#E299A6 (or 0xE299A6) is unknown color: approx Kobi. HEX triplet: E2, 99 and A6. RGB value is (226,153,166). Sum of RGB (Red+Green+Blue) = 226+153+166=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E299A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E299A6 is #1D6659. Grayscale: #B0B0B0. Windows color (decimal): -1926746 or 10918370. OLE color: 10918370.

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

Color convert

RGB226153166-
CMYK00.320.270.11
HSL349.32º55.73%74.31%-
HSV(B)349.32º32.3%88.63%-
XYZ49.6441.741.51-
YUV176.31122.18163.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.47%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 166 (65.23% from 255) = 30.46%
R=41.47%
G=28.07%
B=30.46%

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
Decimal22615316600.320.270.11349.3255.7374.31
HexE299A60201BB15d384a
Octal342231246040331353570112
Binary11100010100110011010011001000001101110111010111011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299A6; }

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

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

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

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

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

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

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

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