#E081A5

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

Shades of Kobi #E081A5

Tints of Kobi #E081A5

Color information

#E081A5 (or 0xE081A5) is unknown color: approx Kobi. HEX triplet: E0, 81 and A5. RGB value is (224,129,165). Sum of RGB (Red+Green+Blue) = 224+129+165=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E081A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E081A5 is #1F7E5A. Grayscale: #A1A1A1. Windows color (decimal): -2063963 or 10846688. OLE color: 10846688.

HSL color Cylindrical-coordinate representation of color #E081A5: hue angle of 337.26º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E081A5 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB224129165-
CMYK00.420.260.12
HSL337.26º60.51%69.22%-
HSV(B)337.26º42.41%87.84%-
XYZ45.3834.2639.82-
YUV161.51129.97172.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.24%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 165 (64.84% from 255) = 31.85%
R=43.24%
G=24.90%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412916500.420.260.12337.2660.5169.22
HexE081A502A1AC1513d45
Octal340201245052321452175105
Binary11100000100000011010010101010101101011001010100011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081A5; }

 p { color: rgb(224,129,165); }

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

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

 a { background-color: rgb(224,129,165); }

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

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

 span { border-color: rgb(224,129,165); }

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