#E180A4

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

Shades of Kobi #E180A4

Tints of Kobi #E180A4

Color information

#E180A4 (or 0xE180A4) is unknown color: approx Kobi. HEX triplet: E1, 80 and A4. RGB value is (225,128,164). Sum of RGB (Red+Green+Blue) = 225+128+164=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E180A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E180A4 is #1E7F5B. Grayscale: #A1A1A1. Windows color (decimal): -1998684 or 10780897. OLE color: 10780897.

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

Color convert

RGB225128164-
CMYK00.430.270.12
HSL337.73º61.78%69.22%-
HSV(B)337.73º43.11%88.24%-
XYZ45.4734.1339.31-
YUV161.11129.64173.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=43.52%
G=24.76%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512816400.430.270.12337.7361.7869.22
HexE180A402B1BC1523e45
Octal341200244053331452276105
Binary11100001100000001010010001010111101111001010100101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180A4; }

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

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

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

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

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

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

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

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