#E192AE

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

Shades of Kobi #E192AE

Tints of Kobi #E192AE

Color information

#E192AE (or 0xE192AE) is unknown color: approx Kobi. HEX triplet: E1, 92 and AE. RGB value is (225,146,174). Sum of RGB (Red+Green+Blue) = 225+146+174=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E192AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E192AE is #1E6D51. Grayscale: #ACACAC. Windows color (decimal): -1994066 or 11440865. OLE color: 11440865.

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

Color convert

RGB225146174-
CMYK00.350.230.12
HSL338.73º56.83%72.75%-
HSV(B)338.73º35.11%88.24%-
XYZ48.9739.6245.11-
YUV172.81128.67165.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 146 (57.42% from 255) = 26.79%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=41.28%
G=26.79%
B=31.93%

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
Decimal22514617400.350.230.12338.7356.8372.75
HexE192AE02317C1533949
Octal341222256043271452371111
Binary11100001100100101010111001000111011111001010100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192AE; }

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

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

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

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

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

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

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

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