#E199A4

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

Shades of Kobi #E199A4

Tints of Kobi #E199A4

Color information

#E199A4 (or 0xE199A4) is unknown color: approx Kobi. HEX triplet: E1, 99 and A4. RGB value is (225,153,164). Sum of RGB (Red+Green+Blue) = 225+153+164=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E199A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199A4 is #1E665B. Grayscale: #AFAFAF. Windows color (decimal): -1992284 or 10787297. OLE color: 10787297.

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

Color convert

RGB225153164-
CMYK00.320.270.12
HSL350.83º54.55%74.12%-
HSV(B)350.83º32%88.24%-
XYZ49.1441.4740.54-
YUV175.78121.35163.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 164 (64.45% from 255) = 30.26%
R=41.51%
G=28.23%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515316400.320.270.12350.8354.5574.12
HexE199A40201BC15f374a
Octal341231244040331453767112
Binary11100001100110011010010001000001101111001010111111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199A4; }

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

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

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

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

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

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

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

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