#E192AD

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

Shades of Kobi #E192AD

Tints of Kobi #E192AD

Color information

#E192AD (or 0xE192AD) is unknown color: approx Kobi. HEX triplet: E1, 92 and AD. RGB value is (225,146,173). Sum of RGB (Red+Green+Blue) = 225+146+173=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E192AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E192AD is #1E6D52. Grayscale: #ACACAC. Windows color (decimal): -1994067 or 11375329. OLE color: 11375329.

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

Color convert

RGB225146173-
CMYK00.350.230.12
HSL339.49º56.83%72.75%-
HSV(B)339.49º35.11%88.24%-
XYZ48.8739.5844.6-
YUV172.7128.17165.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 146 (57.42% from 255) = 26.84%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=41.36%
G=26.84%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514617300.350.230.12339.4956.8372.75
HexE192AD02317C1533949
Octal341222255043271452371111
Binary11100001100100101010110101000111011111001010100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192AD; }

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

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

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

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

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

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

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

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