Html Css Color HEX #E58FDD Plum

📋 copy color: '#E58FDD'

red 229 ◦ green 143 ◦ blue 221

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

Shades of Plum #E58FDD

Tints of Plum #E58FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.27%

R = 38.62%
G = 24.11%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E58FDD (or 0xE58FDD) is known color: Plum. HEX triplet: E5, 8F and DD. RGB value is (229,143,221). Sum of RGB (Red+Green+Blue) = 229+143+221=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FDD is #1A7022. Grayscale: #B1B1B1. Windows color (decimal): -1732643 or 14520293. OLE color: 14520293.

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

Color convert

RGB 229 143 221 -
CMYK 0 0.38 0.03 0.10
HSL 305.58º 0.62% 0.73% -
HSV(B) 305.58º 0.38% 0.9% -
XYZ 55.19 41.52 73.51 -
YUV 177.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 229 143 221 0 0.38 0.03 0.10 305.58 0.62 0.73
Hex E5 8F DD 0 26 3 A 132 3E 49
Octal 345 217 335 0 46 3 12 462 76 111
Binary 11100101 10001111 11011101 0 100110 11 1010 100110010 111110 1001001

Color Harmonies of #E58FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58FDD

Black with #E58FDD

Text Example


Text Example

White with #E58FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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