#E194B0

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

Shades of Kobi #E194B0

Tints of Kobi #E194B0

Color information

#E194B0 (or 0xE194B0) is unknown color: approx Kobi. HEX triplet: E1, 94 and B0. RGB value is (225,148,176). Sum of RGB (Red+Green+Blue) = 225+148+176=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E194B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E194B0 is #1E6B4F. Grayscale: #AEAEAE. Windows color (decimal): -1993552 or 11572449. OLE color: 11572449.

HSL color Cylindrical-coordinate representation of color #E194B0: hue angle of 338.18º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E194B0 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225148176-
CMYK00.340.220.12
HSL338.18º56.2%73.14%-
HSV(B)338.18º34.22%88.24%-
XYZ49.4840.3246.25-
YUV174.21129.01164.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 148 (58.20% from 255) = 26.96%
BLUE value IS 176 (69.14% from 255) = 32.06%
R=40.98%
G=26.96%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514817600.340.220.12338.1856.273.14
HexE194B002216C1523849
Octal341224260042261452270111
Binary11100001100101001011000001000101011011001010100101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E194B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E194B0; }

 p { color: rgb(225,148,176); }

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

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

 a { background-color: rgb(225,148,176); }

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

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

 span { border-color: rgb(225,148,176); }

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