#E192A0

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

Shades of Kobi #E192A0

Tints of Kobi #E192A0

Color information

#E192A0 (or 0xE192A0) is unknown color: approx Kobi. HEX triplet: E1, 92 and A0. RGB value is (225,146,160). Sum of RGB (Red+Green+Blue) = 225+146+160=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E192A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E192A0 is #1E6D5F. Grayscale: #ABABAB. Windows color (decimal): -1994080 or 10523361. OLE color: 10523361.

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

Color convert

RGB225146160-
CMYK00.350.290.12
HSL349.37º56.83%72.75%-
HSV(B)349.37º35.11%88.24%-
XYZ47.6839.138.29-
YUV171.22121.67166.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 160 (62.89% from 255) = 30.13%
R=42.37%
G=27.50%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514616000.350.290.12349.3756.8372.75
HexE192A00231DC15d3949
Octal341222240043351453571111
Binary11100001100100101010000001000111110111001010111011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192A0; }

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

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

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

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

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

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

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

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