Html Css Color HEX #E58FD5 Plum

📋 copy color: '#E58FD5'

red 229 ◦ green 143 ◦ blue 213

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

Shades of Plum #E58FD5

Tints of Plum #E58FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.41%

R = 39.15%
G = 24.44%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E58FD5 (or 0xE58FD5) is known color: Plum. HEX triplet: E5, 8F and D5. RGB value is (229,143,213). Sum of RGB (Red+Green+Blue) = 229+143+213=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FD5 is #1A702A. Grayscale: #B0B0B0. Windows color (decimal): -1732651 or 13996005. OLE color: 13996005.

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

Color convert

RGB 229 143 213 -
CMYK 0 0.38 0.07 0.10
HSL 311.16º 0.62% 0.73% -
HSV(B) 311.16º 0.38% 0.9% -
XYZ 54.15 41.11 68.03 -
YUV 176.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 229 143 213 0 0.38 0.07 0.10 311.16 0.62 0.73
Hex E5 8F D5 0 26 7 A 137 3E 49
Octal 345 217 325 0 46 7 12 467 76 111
Binary 11100101 10001111 11010101 0 100110 111 1010 100110111 111110 1001001

Color Harmonies of #E58FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58FD5

Black with #E58FD5

Text Example


Text Example

White with #E58FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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