#E58AAC

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

Shades of Kobi #E58AAC

Tints of Kobi #E58AAC

Color information

#E58AAC (or 0xE58AAC) is unknown color: approx Kobi. HEX triplet: E5, 8A and AC. RGB value is (229,138,172). Sum of RGB (Red+Green+Blue) = 229+138+172=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58AAC is #1A7553. Grayscale: #A9A9A9. Windows color (decimal): -1733972 or 11307749. OLE color: 11307749.

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

Color convert

RGB229138172-
CMYK00.400.250.10
HSL337.58º63.64%71.96%-
HSV(B)337.58º39.74%89.8%-
XYZ48.8537.8143.75-
YUV169.08129.65170.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.49%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=42.49%
G=25.60%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913817200.400.250.10337.5863.6471.96
HexE58AAC02819A1524048
Octal3452122540503112522100110
Binary111001011000101010101100010100011001101010101001010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58AAC; }

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

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

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

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

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

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

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

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