#E199AE

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

Shades of Kobi #E199AE

Tints of Kobi #E199AE

Color information

#E199AE (or 0xE199AE) is unknown color: approx Kobi. HEX triplet: E1, 99 and AE. RGB value is (225,153,174). Sum of RGB (Red+Green+Blue) = 225+153+174=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E199AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199AE is #1E6651. Grayscale: #B0B0B0. Windows color (decimal): -1992274 or 11442657. OLE color: 11442657.

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

Color convert

RGB225153174-
CMYK00.320.230.12
HSL342.5º54.55%74.12%-
HSV(B)342.5º32%88.24%-
XYZ50.0841.8545.48-
YUV176.92126.35162.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.76%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 174 (68.36% from 255) = 31.52%
R=40.76%
G=27.72%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515317400.320.230.12342.554.5574.12
HexE199AE02017C156374a
Octal341231256040271452667112
Binary11100001100110011010111001000001011111001010101101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199AE; }

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

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

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

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

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

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

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

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