#E191A0

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

Shades of Kobi #E191A0

Tints of Kobi #E191A0

Color information

#E191A0 (or 0xE191A0) is unknown color: approx Kobi. HEX triplet: E1, 91 and A0. RGB value is (225,145,160). Sum of RGB (Red+Green+Blue) = 225+145+160=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E191A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E191A0 is #1E6E5F. Grayscale: #AAAAAA. Windows color (decimal): -1994336 or 10523105. OLE color: 10523105.

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

Color convert

RGB225145160-
CMYK00.360.290.12
HSL348.75º57.14%72.55%-
HSV(B)348.75º35.56%88.24%-
XYZ47.5238.838.24-
YUV170.63122166.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.45%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 160 (62.89% from 255) = 30.19%
R=42.45%
G=27.36%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514516000.360.290.12348.7557.1472.55
HexE191A00241DC15d3949
Octal341221240044351453571111
Binary11100001100100011010000001001001110111001010111011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E191A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E191A0; }

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

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

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

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

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

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

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

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