Html Css Color HEX #E58CDC Plum

📋 copy color: '#E58CDC'

red 229 ◦ green 140 ◦ blue 220

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

Shades of Plum #E58CDC

Tints of Plum #E58CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.77%

 BLUE value IS 220 (86.33% from 255) = 37.35%

R = 38.88%
G = 23.77%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E58CDC (or 0xE58CDC) is known color: Plum. HEX triplet: E5, 8C and DC. RGB value is (229,140,220). Sum of RGB (Red+Green+Blue) = 229+140+220=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CDC is #1A7323. Grayscale: #AFAFAF. Windows color (decimal): -1733412 or 14453989. OLE color: 14453989.

HSL color Cylindrical-coordinate representation of color #E58CDC: hue angle of 306.07º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58CDC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 140 220 -
CMYK 0 0.39 0.04 0.10
HSL 306.07º 0.63% 0.72% -
HSV(B) 306.07º 0.39% 0.9% -
XYZ 54.61 40.58 72.66 -
YUV 175.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 229 140 220 0 0.39 0.04 0.10 306.07 0.63 0.72
Hex E5 8C DC 0 27 4 A 132 3F 48
Octal 345 214 334 0 47 4 12 462 77 110
Binary 11100101 10001100 11011100 0 100111 100 1010 100110010 111111 1001000

Color Harmonies of #E58CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58CDC

Black with #E58CDC

Text Example


Text Example

White with #E58CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58CDC; }

 p { color: rgb(229,140,220); }

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

background-color css

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

 a { background-color: rgb(229,140,220); }

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

border-color css

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

 span { border-color: rgb(229,140,220); }

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