#E192AA

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

Shades of Kobi #E192AA

Tints of Kobi #E192AA

Color information

#E192AA (or 0xE192AA) is unknown color: approx Kobi. HEX triplet: E1, 92 and AA. RGB value is (225,146,170). Sum of RGB (Red+Green+Blue) = 225+146+170=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E192AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E192AA is #1E6D55. Grayscale: #ACACAC. Windows color (decimal): -1994070 or 11178721. OLE color: 11178721.

HSL color Cylindrical-coordinate representation of color #E192AA: hue angle of 341.77º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E192AA is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225146170-
CMYK00.350.240.12
HSL341.77º56.83%72.75%-
HSV(B)341.77º35.11%88.24%-
XYZ48.5939.4743.09-
YUV172.36126.67165.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=41.59%
G=26.99%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514617000.350.240.12341.7756.8372.75
HexE192AA02318C1563949
Octal341222252043301452671111
Binary11100001100100101010101001000111100011001010101101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192AA; }

 p { color: rgb(225,146,170); }

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

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

 a { background-color: rgb(225,146,170); }

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

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

 span { border-color: rgb(225,146,170); }

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