Html Css Color HEX #E58FDA Plum

📋 copy color: '#E58FDA'

red 229 ◦ green 143 ◦ blue 218

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

Shades of Plum #E58FDA

Tints of Plum #E58FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 38.81%
G = 24.24%
B = 36.95%

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

#E58FDA (or 0xE58FDA) is known color: Plum. HEX triplet: E5, 8F and DA. RGB value is (229,143,218). Sum of RGB (Red+Green+Blue) = 229+143+218=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FDA is #1A7025. Grayscale: #B1B1B1. Windows color (decimal): -1732646 or 14323685. OLE color: 14323685.

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

Color convert

RGB 229 143 218 -
CMYK 0 0.38 0.05 0.10
HSL 307.67º 0.62% 0.73% -
HSV(B) 307.67º 0.38% 0.9% -
XYZ 54.79 41.36 71.43 -
YUV 177.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 229 143 218 0 0.38 0.05 0.10 307.67 0.62 0.73
Hex E5 8F DA 0 26 5 A 134 3E 49
Octal 345 217 332 0 46 5 12 464 76 111
Binary 11100101 10001111 11011010 0 100110 101 1010 100110100 111110 1001001

Color Harmonies of #E58FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58FDA

Black with #E58FDA

Text Example


Text Example

White with #E58FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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