#E58AA5

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

Shades of Kobi #E58AA5

Tints of Kobi #E58AA5

Color information

#E58AA5 (or 0xE58AA5) is unknown color: approx Kobi. HEX triplet: E5, 8A and A5. RGB value is (229,138,165). Sum of RGB (Red+Green+Blue) = 229+138+165=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58AA5 is #1A755A. Grayscale: #A8A8A8. Windows color (decimal): -1733979 or 10848997. OLE color: 10848997.

HSL color Cylindrical-coordinate representation of color #E58AA5: hue angle of 342.2º 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 #E58AA5 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB229138165-
CMYK00.400.280.10
HSL342.2º63.64%71.96%-
HSV(B)342.2º39.74%89.8%-
XYZ48.1937.5540.31-
YUV168.29126.15171.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.05%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 165 (64.84% from 255) = 31.02%
R=43.05%
G=25.94%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913816500.400.280.10342.263.6471.96
HexE58AA50281CA1564048
Octal3452122450503412526100110
Binary111001011000101010100101010100011100101010101011010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58AA5; }

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

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

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

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

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

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

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

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