#E192A8

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

Shades of Kobi #E192A8

Tints of Kobi #E192A8

Color information

#E192A8 (or 0xE192A8) is unknown color: approx Kobi. HEX triplet: E1, 92 and A8. RGB value is (225,146,168). Sum of RGB (Red+Green+Blue) = 225+146+168=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E192A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E192A8 is #1E6D57. Grayscale: #ACACAC. Windows color (decimal): -1994072 or 11047649. OLE color: 11047649.

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

Color convert

RGB225146168-
CMYK00.350.250.12
HSL343.29º56.83%72.75%-
HSV(B)343.29º35.11%88.24%-
XYZ48.439.3942.1-
YUV172.13125.67165.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 146 (57.42% from 255) = 27.09%
BLUE value IS 168 (66.02% from 255) = 31.17%
R=41.74%
G=27.09%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514616800.350.250.12343.2956.8372.75
HexE192A802319C1573949
Octal341222250043311452771111
Binary11100001100100101010100001000111100111001010101111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192A8; }

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

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

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

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

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

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

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

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