#E58AB3

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

Shades of Kobi #E58AB3

Tints of Kobi #E58AB3

Color information

#E58AB3 (or 0xE58AB3) is unknown color: approx Kobi. HEX triplet: E5, 8A and B3. RGB value is (229,138,179). Sum of RGB (Red+Green+Blue) = 229+138+179=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58AB3 is #1A754C. Grayscale: #A9A9A9. Windows color (decimal): -1733965 or 11766501. OLE color: 11766501.

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

Color convert

RGB229138179-
CMYK00.400.220.10
HSL332.97º63.64%71.96%-
HSV(B)332.97º39.74%89.8%-
XYZ49.5438.0947.39-
YUV169.88133.15170.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.94%
GREEN value IS 138 (54.30% from 255) = 25.27%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=41.94%
G=25.27%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913817900.400.220.10332.9763.6471.96
HexE58AB302816A14d4048
Octal3452122630502612515100110
Binary111001011000101010110011010100010110101010100110110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58AB3; }

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

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

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

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

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

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

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

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