#E190B1

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

Shades of Kobi #E190B1

Tints of Kobi #E190B1

Color information

#E190B1 (or 0xE190B1) is unknown color: approx Kobi. HEX triplet: E1, 90 and B1. RGB value is (225,144,177). Sum of RGB (Red+Green+Blue) = 225+144+177=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E190B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E190B1 is #1E6F4E. Grayscale: #ABABAB. Windows color (decimal): -1994575 or 11636961. OLE color: 11636961.

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

Color convert

RGB225144177-
CMYK00.360.210.12
HSL335.56º57.45%72.35%-
HSV(B)335.56º36%88.24%-
XYZ48.9639.1346.57-
YUV171.98130.84165.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 177 (69.53% from 255) = 32.42%
R=41.21%
G=26.37%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514417700.360.210.12335.5657.4572.35
HexE190B102415C1503948
Octal341220261044251452071110
Binary11100001100100001011000101001001010111001010100001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E190B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E190B1; }

 p { color: rgb(225,144,177); }

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

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

 a { background-color: rgb(225,144,177); }

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

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

 span { border-color: rgb(225,144,177); }

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