#E299B3

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

Shades of Kobi #E299B3

Tints of Kobi #E299B3

Color information

#E299B3 (or 0xE299B3) is unknown color: approx Kobi. HEX triplet: E2, 99 and B3. RGB value is (226,153,179). Sum of RGB (Red+Green+Blue) = 226+153+179=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E299B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299B3 is #1D664C. Grayscale: #B1B1B1. Windows color (decimal): -1926733 or 11770338. OLE color: 11770338.

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

Color convert

RGB226153179-
CMYK00.320.210.11
HSL338.63º55.73%74.31%-
HSV(B)338.63º32.3%88.63%-
XYZ50.8942.2148.11-
YUV177.79128.68162.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.50%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 179 (70.31% from 255) = 32.08%
R=40.50%
G=27.42%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615317900.320.210.11338.6355.7374.31
HexE299B302015B153384a
Octal342231263040251352370112
Binary11100010100110011011001101000001010110111010100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299B3; }

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

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

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

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

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

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

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

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