#E180AD

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

Shades of Kobi #E180AD

Tints of Kobi #E180AD

Color information

#E180AD (or 0xE180AD) is unknown color: approx Kobi. HEX triplet: E1, 80 and AD. RGB value is (225,128,173). Sum of RGB (Red+Green+Blue) = 225+128+173=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E180AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E180AD is #1E7F52. Grayscale: #A2A2A2. Windows color (decimal): -1998675 or 11370721. OLE color: 11370721.

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

Color convert

RGB225128173-
CMYK00.430.230.12
HSL332.16º61.78%69.22%-
HSV(B)332.16º43.11%88.24%-
XYZ46.3134.4643.75-
YUV162.13134.14172.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=42.78%
G=24.33%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512817300.430.230.12332.1661.7869.22
HexE180AD02B17C14c3e45
Octal341200255053271451476105
Binary11100001100000001010110101010111011111001010011001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180AD; }

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

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

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

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

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

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

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

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