Html Css Color HEX #E19DD5 Plum

📋 copy color: '#E19DD5'

red 225 ◦ green 157 ◦ blue 213

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

Shades of Plum #E19DD5

Tints of Plum #E19DD5

RGB

 RED value IS 225 (88.28% from 255) = 37.82%

 GREEN value IS 157 (61.72% from 255) = 26.39%

 BLUE value IS 213 (83.59% from 255) = 35.8%

R = 37.82%
G = 26.39%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E19DD5 (or 0xE19DD5) is known color: Plum. HEX triplet: E1, 9D and D5. RGB value is (225,157,213). Sum of RGB (Red+Green+Blue) = 225+157+213=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DD5 is #1E622A. Grayscale: #B7B7B7. Windows color (decimal): -1991211 or 13999585. OLE color: 13999585.

HSL color Cylindrical-coordinate representation of color #E19DD5: hue angle of 310.59º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DD5 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 157 213 -
CMYK 0 0.30 0.05 0.12
HSL 310.59º 0.53% 0.75% -
HSV(B) 310.59º 0.3% 0.88% -
XYZ 55.12 44.93 68.72 -
YUV 183.72 144.53 157.45 -
System Red Green Blue C M Y K H S L
Decimal 225 157 213 0 0.30 0.05 0.12 310.59 0.53 0.75
Hex E1 9D D5 0 1E 5 C 137 35 4B
Octal 341 235 325 0 36 5 14 467 65 113
Binary 11100001 10011101 11010101 0 11110 101 1100 100110111 110101 1001011

Color Harmonies of #E19DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19DD5

Black with #E19DD5

Text Example


Text Example

White with #E19DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19DD5; }

 p { color: rgb(225,157,213); }

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

background-color css

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

 a { background-color: rgb(225,157,213); }

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

border-color css

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

 span { border-color: rgb(225,157,213); }

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