#E480AC

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

Shades of Kobi #E480AC

Tints of Kobi #E480AC

Color information

#E480AC (or 0xE480AC) is unknown color: approx Kobi. HEX triplet: E4, 80 and AC. RGB value is (228,128,172). Sum of RGB (Red+Green+Blue) = 228+128+172=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E480AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E480AC is #1B7F53. Grayscale: #A2A2A2. Windows color (decimal): -1802068 or 11305188. OLE color: 11305188.

HSL color Cylindrical-coordinate representation of color #E480AC: hue angle of 333.6º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E480AC is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB228128172-
CMYK00.440.250.11
HSL333.6º64.94%69.8%-
HSV(B)333.6º43.86%89.41%-
XYZ47.1634.9143.28-
YUV162.92133.13174.42-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.18%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=43.18%
G=24.24%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812817200.440.250.11333.664.9469.8
HexE480AC02C19B14e4146
Octal3442002540543113516101106
Binary111001001000000010101100010110011001101110100111010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E480AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E480AC; }

 p { color: rgb(228,128,172); }

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

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

 a { background-color: rgb(228,128,172); }

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

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

 span { border-color: rgb(228,128,172); }

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