Html Css Color HEX #E58CDD Plum

📋 copy color: '#E58CDD'

red 229 ◦ green 140 ◦ blue 221

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

Shades of Plum #E58CDD

Tints of Plum #E58CDD

RGB

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

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

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

R = 38.81%
G = 23.73%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E58CDD (or 0xE58CDD) is known color: Plum. HEX triplet: E5, 8C and DD. RGB value is (229,140,221). Sum of RGB (Red+Green+Blue) = 229+140+221=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CDD is #1A7322. Grayscale: #AFAFAF. Windows color (decimal): -1733411 or 14519525. OLE color: 14519525.

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

Color convert

RGB 229 140 221 -
CMYK 0 0.39 0.03 0.10
HSL 305.39º 0.63% 0.72% -
HSV(B) 305.39º 0.39% 0.9% -
XYZ 54.74 40.63 73.36 -
YUV 175.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 229 140 221 0 0.39 0.03 0.10 305.39 0.63 0.72
Hex E5 8C DD 0 27 3 A 131 3F 48
Octal 345 214 335 0 47 3 12 461 77 110
Binary 11100101 10001100 11011101 0 100111 11 1010 100110001 111111 1001000

Color Harmonies of #E58CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58CDD

Black with #E58CDD

Text Example


Text Example

White with #E58CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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