#E190A9

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

Shades of Kobi #E190A9

Tints of Kobi #E190A9

Color information

#E190A9 (or 0xE190A9) is unknown color: approx Kobi. HEX triplet: E1, 90 and A9. RGB value is (225,144,169). Sum of RGB (Red+Green+Blue) = 225+144+169=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E190A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E190A9 is #1E6F56. Grayscale: #ABABAB. Windows color (decimal): -1994583 or 11112673. OLE color: 11112673.

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

Color convert

RGB225144169-
CMYK00.360.250.12
HSL341.48º57.45%72.35%-
HSV(B)341.48º36%88.24%-
XYZ48.1938.8242.49-
YUV171.07126.84166.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 144 (56.64% from 255) = 26.77%
BLUE value IS 169 (66.41% from 255) = 31.41%
R=41.82%
G=26.77%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514416900.360.250.12341.4857.4572.35
HexE190A902419C1553948
Octal341220251044311452571110
Binary11100001100100001010100101001001100111001010101011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E190A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E190A9; }

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

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

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

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

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

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

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

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