#E192B3

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

Shades of Kobi #E192B3

Tints of Kobi #E192B3

Color information

#E192B3 (or 0xE192B3) is unknown color: approx Kobi. HEX triplet: E1, 92 and B3. RGB value is (225,146,179). Sum of RGB (Red+Green+Blue) = 225+146+179=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E192B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192B3 is #1E6D4C. Grayscale: #ADADAD. Windows color (decimal): -1994061 or 11768545. OLE color: 11768545.

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

Color convert

RGB225146179-
CMYK00.350.200.12
HSL334.94º56.83%72.75%-
HSV(B)334.94º35.11%88.24%-
XYZ49.4739.8247.73-
YUV173.38131.17164.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 146 (57.42% from 255) = 26.55%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=40.91%
G=26.55%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514617900.350.200.12334.9456.8372.75
HexE192B302314C14f3949
Octal341222263043241451771111
Binary11100001100100101011001101000111010011001010011111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192B3; }

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

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

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

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

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

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

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

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