#E480AB

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

Shades of Kobi #E480AB

Tints of Kobi #E480AB

Color information

#E480AB (or 0xE480AB) is unknown color: approx Kobi. HEX triplet: E4, 80 and AB. RGB value is (228,128,171). Sum of RGB (Red+Green+Blue) = 228+128+171=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E480AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E480AB is #1B7F54. Grayscale: #A2A2A2. Windows color (decimal): -1802069 or 11239652. OLE color: 11239652.

HSL color Cylindrical-coordinate representation of color #E480AB: hue angle of 334.2º 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 #E480AB is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB228128171-
CMYK00.440.250.11
HSL334.2º64.94%69.8%-
HSV(B)334.2º43.86%89.41%-
XYZ47.0634.8742.78-
YUV162.8132.63174.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.26%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=43.26%
G=24.29%
B=32.45%

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
Decimal22812817100.440.250.11334.264.9469.8
HexE480AB02C19B14e4146
Octal3442002530543113516101106
Binary111001001000000010101011010110011001101110100111010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E480AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E480AB; }

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

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

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

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

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

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

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

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