#E299A5

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

Shades of Kobi #E299A5

Tints of Kobi #E299A5

Color information

#E299A5 (or 0xE299A5) is unknown color: approx Kobi. HEX triplet: E2, 99 and A5. RGB value is (226,153,165). Sum of RGB (Red+Green+Blue) = 226+153+165=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E299A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E299A5 is #1D665A. Grayscale: #B0B0B0. Windows color (decimal): -1926747 or 10852834. OLE color: 10852834.

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

Color convert

RGB226153165-
CMYK00.320.270.11
HSL350.14º55.73%74.31%-
HSV(B)350.14º32.3%88.63%-
XYZ49.5541.6741.03-
YUV176.2121.68163.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.54%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 165 (64.84% from 255) = 30.33%
R=41.54%
G=28.12%
B=30.33%

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
Decimal22615316500.320.270.11350.1455.7374.31
HexE299A50201BB15e384a
Octal342231245040331353670112
Binary11100010100110011010010101000001101110111010111101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299A5; }

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

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

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

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

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

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

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

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