#E58AA7

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

Shades of Kobi #E58AA7

Tints of Kobi #E58AA7

Color information

#E58AA7 (or 0xE58AA7) is unknown color: approx Kobi. HEX triplet: E5, 8A and A7. RGB value is (229,138,167). Sum of RGB (Red+Green+Blue) = 229+138+167=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58AA7 is #1A7558. Grayscale: #A8A8A8. Windows color (decimal): -1733977 or 10980069. OLE color: 10980069.

HSL color Cylindrical-coordinate representation of color #E58AA7: hue angle of 340.88º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58AA7 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB229138167-
CMYK00.400.270.10
HSL340.88º63.64%71.96%-
HSV(B)340.88º39.74%89.8%-
XYZ48.3837.6241.27-
YUV168.52127.15171.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.88%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 167 (65.62% from 255) = 31.27%
R=42.88%
G=25.84%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913816700.400.270.10340.8863.6471.96
HexE58AA70281BA1554048
Octal3452122470503312525100110
Binary111001011000101010100111010100011011101010101010110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58AA7; }

 p { color: rgb(229,138,167); }

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

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

 a { background-color: rgb(229,138,167); }

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

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

 span { border-color: rgb(229,138,167); }

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