#E58DB1

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

Shades of Kobi #E58DB1

Tints of Kobi #E58DB1

Color information

#E58DB1 (or 0xE58DB1) is unknown color: approx Kobi. HEX triplet: E5, 8D and B1. RGB value is (229,141,177). Sum of RGB (Red+Green+Blue) = 229+141+177=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DB1 is #1A724E. Grayscale: #ABABAB. Windows color (decimal): -1733199 or 11636197. OLE color: 11636197.

HSL color Cylindrical-coordinate representation of color #E58DB1: hue angle of 335.45º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58DB1 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB229141177-
CMYK00.380.230.10
HSL335.45º62.86%72.55%-
HSV(B)335.45º38.43%89.8%-
XYZ49.7738.8846.48-
YUV171.42131.15169.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.86%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 177 (69.53% from 255) = 32.36%
R=41.86%
G=25.78%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914117700.380.230.10335.4562.8672.55
HexE58DB102617A14f3f49
Octal345215261046271251777111
Binary11100101100011011011000101001101011110101010011111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58DB1; }

 p { color: rgb(229,141,177); }

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

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

 a { background-color: rgb(229,141,177); }

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

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

 span { border-color: rgb(229,141,177); }

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