#E192B2

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

Shades of Kobi #E192B2

Tints of Kobi #E192B2

Color information

#E192B2 (or 0xE192B2) is unknown color: approx Kobi. HEX triplet: E1, 92 and B2. RGB value is (225,146,178). Sum of RGB (Red+Green+Blue) = 225+146+178=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E192B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E192B2 is #1E6D4D. Grayscale: #ADADAD. Windows color (decimal): -1994062 or 11703009. OLE color: 11703009.

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

Color convert

RGB225146178-
CMYK00.350.210.12
HSL335.7º56.83%72.75%-
HSV(B)335.7º35.11%88.24%-
XYZ49.3739.7847.2-
YUV173.27130.67164.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 146 (57.42% from 255) = 26.59%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=40.98%
G=26.59%
B=32.42%

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
Decimal22514617800.350.210.12335.756.8372.75
HexE192B202315C1503949
Octal341222262043251452071111
Binary11100001100100101011001001000111010111001010100001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192B2; }

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

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

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

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

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

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

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

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