#E180AA

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

Shades of Kobi #E180AA

Tints of Kobi #E180AA

Color information

#E180AA (or 0xE180AA) is unknown color: approx Kobi. HEX triplet: E1, 80 and AA. RGB value is (225,128,170). Sum of RGB (Red+Green+Blue) = 225+128+170=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E180AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E180AA is #1E7F55. Grayscale: #A1A1A1. Windows color (decimal): -1998678 or 11174113. OLE color: 11174113.

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

Color convert

RGB225128170-
CMYK00.430.240.12
HSL334.02º61.78%69.22%-
HSV(B)334.02º43.11%88.24%-
XYZ46.0334.3542.23-
YUV161.79132.64173.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=43.02%
G=24.47%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512817000.430.240.12334.0261.7869.22
HexE180AA02B18C14e3e45
Octal341200252053301451676105
Binary11100001100000001010101001010111100011001010011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180AA; }

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

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

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

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

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

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

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

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