#E299AB

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

Shades of Kobi #E299AB

Tints of Kobi #E299AB

Color information

#E299AB (or 0xE299AB) is unknown color: approx Kobi. HEX triplet: E2, 99 and AB. RGB value is (226,153,171). Sum of RGB (Red+Green+Blue) = 226+153+171=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E299AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E299AB is #1D6654. Grayscale: #B0B0B0. Windows color (decimal): -1926741 or 11246050. OLE color: 11246050.

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

Color convert

RGB226153171-
CMYK00.320.240.11
HSL345.21º55.73%74.31%-
HSV(B)345.21º32.3%88.63%-
XYZ50.1141.8943.97-
YUV176.88124.68163.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.09%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=41.09%
G=27.82%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615317100.320.240.11345.2155.7374.31
HexE299AB02018B159384a
Octal342231253040301353170112
Binary11100010100110011010101101000001100010111010110011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299AB; }

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

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

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

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

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

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

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

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