#E080A4

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

Shades of Kobi #E080A4

Tints of Kobi #E080A4

Color information

#E080A4 (or 0xE080A4) is unknown color: approx Kobi. HEX triplet: E0, 80 and A4. RGB value is (224,128,164). Sum of RGB (Red+Green+Blue) = 224+128+164=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E080A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080A4 is #1F7F5B. Grayscale: #A0A0A0. Windows color (decimal): -2064220 or 10780896. OLE color: 10780896.

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

Color convert

RGB224128164-
CMYK00.430.270.12
HSL337.5º60.76%69.02%-
HSV(B)337.5º42.86%87.84%-
XYZ45.1633.9739.3-
YUV160.81129.8173.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.41%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=43.41%
G=24.81%
B=31.78%

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
Decimal22412816400.430.270.12337.560.7669.02
HexE080A402B1BC1523d45
Octal340200244053331452275105
Binary11100000100000001010010001010111101111001010100101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080A4; }

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

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

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

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

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

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

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

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