#E180A9

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

Shades of Kobi #E180A9

Tints of Kobi #E180A9

Color information

#E180A9 (or 0xE180A9) is unknown color: approx Kobi. HEX triplet: E1, 80 and A9. RGB value is (225,128,169). Sum of RGB (Red+Green+Blue) = 225+128+169=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E180A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E180A9 is #1E7F56. Grayscale: #A1A1A1. Windows color (decimal): -1998679 or 11108577. OLE color: 11108577.

HSL color Cylindrical-coordinate representation of color #E180A9: hue angle of 334.64º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E180A9 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB225128169-
CMYK00.430.250.12
HSL334.64º61.78%69.22%-
HSV(B)334.64º43.11%88.24%-
XYZ45.9334.3141.74-
YUV161.68132.14173.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 128 (50.39% from 255) = 24.52%
BLUE value IS 169 (66.41% from 255) = 32.38%
R=43.10%
G=24.52%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512816900.430.250.12334.6461.7869.22
HexE180A902B19C14f3e45
Octal341200251053311451776105
Binary11100001100000001010100101010111100111001010011111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180A9; }

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

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

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

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

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

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

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

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