#E192B4

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

Shades of Kobi #E192B4

Tints of Kobi #E192B4

Color information

#E192B4 (or 0xE192B4) is unknown color: approx Kobi. HEX triplet: E1, 92 and B4. RGB value is (225,146,180). Sum of RGB (Red+Green+Blue) = 225+146+180=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E192B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192B4 is #1E6D4B. Grayscale: #ADADAD. Windows color (decimal): -1994060 or 11834081. OLE color: 11834081.

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

Color convert

RGB225146180-
CMYK00.350.20.12
HSL334.18º56.83%72.75%-
HSV(B)334.18º35.11%88.24%-
XYZ49.5739.8648.26-
YUV173.5131.67164.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 146 (57.42% from 255) = 26.50%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=40.83%
G=26.50%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514618000.350.20.12334.1856.8372.75
HexE192B402314C14e3949
Octal341222264043241451671111
Binary11100001100100101011010001000111010011001010011101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192B4; }

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

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

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

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

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

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

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

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