#E180A6

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

Shades of Kobi #E180A6

Tints of Kobi #E180A6

Color information

#E180A6 (or 0xE180A6) is unknown color: approx Kobi. HEX triplet: E1, 80 and A6. RGB value is (225,128,166). Sum of RGB (Red+Green+Blue) = 225+128+166=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E180A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E180A6 is #1E7F59. Grayscale: #A1A1A1. Windows color (decimal): -1998682 or 10911969. OLE color: 10911969.

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

Color convert

RGB225128166-
CMYK00.430.260.12
HSL336.49º61.78%69.22%-
HSV(B)336.49º43.11%88.24%-
XYZ45.6534.240.27-
YUV161.34130.64173.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 128 (50.39% from 255) = 24.66%
BLUE value IS 166 (65.23% from 255) = 31.98%
R=43.35%
G=24.66%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512816600.430.260.12336.4961.7869.22
HexE180A602B1AC1503e45
Octal341200246053321452076105
Binary11100001100000001010011001010111101011001010100001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180A6; }

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

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

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

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

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

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

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

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