Html Css Color HEX #E58FD6 Plum

📋 copy color: '#E58FD6'

red 229 ◦ green 143 ◦ blue 214

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

Shades of Plum #E58FD6

Tints of Plum #E58FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.52%

R = 39.08%
G = 24.4%
B = 36.52%

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

#E58FD6 (or 0xE58FD6) is known color: Plum. HEX triplet: E5, 8F and D6. RGB value is (229,143,214). Sum of RGB (Red+Green+Blue) = 229+143+214=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FD6 is #1A7029. Grayscale: #B0B0B0. Windows color (decimal): -1732650 or 14061541. OLE color: 14061541.

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

Color convert

RGB 229 143 214 -
CMYK 0 0.38 0.07 0.10
HSL 310.47º 0.62% 0.73% -
HSV(B) 310.47º 0.38% 0.9% -
XYZ 54.27 41.16 68.7 -
YUV 176.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 229 143 214 0 0.38 0.07 0.10 310.47 0.62 0.73
Hex E5 8F D6 0 26 7 A 136 3E 49
Octal 345 217 326 0 46 7 12 466 76 111
Binary 11100101 10001111 11010110 0 100110 111 1010 100110110 111110 1001001

Color Harmonies of #E58FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58FD6

Black with #E58FD6

Text Example


Text Example

White with #E58FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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