#E191A1

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

Shades of Kobi #E191A1

Tints of Kobi #E191A1

Color information

#E191A1 (or 0xE191A1) is unknown color: approx Kobi. HEX triplet: E1, 91 and A1. RGB value is (225,145,161). Sum of RGB (Red+Green+Blue) = 225+145+161=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E191A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E191A1 is #1E6E5E. Grayscale: #AAAAAA. Windows color (decimal): -1994335 or 10588641. OLE color: 10588641.

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

Color convert

RGB225145161-
CMYK00.360.280.12
HSL348º57.14%72.55%-
HSV(B)348º35.56%88.24%-
XYZ47.6138.8338.7-
YUV170.74122.5166.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 161 (63.28% from 255) = 30.32%
R=42.37%
G=27.31%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514516100.360.280.1234857.1472.55
HexE191A10241CC15c3949
Octal341221241044341453471111
Binary11100001100100011010000101001001110011001010111001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E191A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E191A1; }

 p { color: rgb(225,145,161); }

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

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

 a { background-color: rgb(225,145,161); }

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

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

 span { border-color: rgb(225,145,161); }

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