#E192B1

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

Shades of Kobi #E192B1

Tints of Kobi #E192B1

Color information

#E192B1 (or 0xE192B1) is unknown color: approx Kobi. HEX triplet: E1, 92 and B1. RGB value is (225,146,177). Sum of RGB (Red+Green+Blue) = 225+146+177=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E192B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E192B1 is #1E6D4E. Grayscale: #ADADAD. Windows color (decimal): -1994063 or 11637473. OLE color: 11637473.

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

Color convert

RGB225146177-
CMYK00.350.210.12
HSL336.46º56.83%72.75%-
HSV(B)336.46º35.11%88.24%-
XYZ49.2739.7446.67-
YUV173.15130.17164.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 146 (57.42% from 255) = 26.64%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=41.06%
G=26.64%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514617700.350.210.12336.4656.8372.75
HexE192B102315C1503949
Octal341222261043251452071111
Binary11100001100100101011000101000111010111001010100001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192B1; }

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

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

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

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

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

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

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

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