Html Css Color HEX #E58FD9 Plum

📋 copy color: '#E58FD9'

red 229 ◦ green 143 ◦ blue 217

#E58FD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #E58FD9

Tints of Plum #E58FD9

RGB

 RED value IS 229 (89.84% from 255) = 38.88%

 GREEN value IS 143 (56.25% from 255) = 24.28%

 BLUE value IS 217 (85.16% from 255) = 36.84%

R = 38.88%
G = 24.28%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E58FD9 (or 0xE58FD9) is known color: Plum. HEX triplet: E5, 8F and D9. RGB value is (229,143,217). Sum of RGB (Red+Green+Blue) = 229+143+217=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FD9 is #1A7026. Grayscale: #B0B0B0. Windows color (decimal): -1732647 or 14258149. OLE color: 14258149.

HSL color Cylindrical-coordinate representation of color #E58FD9: hue angle of 308.37º degrees, saturation: 0.62, 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 #E58FD9 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 143 217 -
CMYK 0 0.38 0.05 0.10
HSL 308.37º 0.62% 0.73% -
HSV(B) 308.37º 0.38% 0.9% -
XYZ 54.66 41.31 70.74 -
YUV 177.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 229 143 217 0 0.38 0.05 0.10 308.37 0.62 0.73
Hex E5 8F D9 0 26 5 A 134 3E 49
Octal 345 217 331 0 46 5 12 464 76 111
Binary 11100101 10001111 11011001 0 100110 101 1010 100110100 111110 1001001

Color Harmonies of #E58FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58FD9

Black with #E58FD9

Text Example


Text Example

White with #E58FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58FD9; }

 p { color: rgb(229,143,217); }

 H1.HeaderClassName
 {
   color: #E58FD9;
 }
 .AnyTagClassName
 {
   color: #E58FD9;
 }
</style>

background-color css

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

 a { background-color: rgb(229,143,217); }

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

border-color css

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

 span { border-color: rgb(229,143,217); }

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