Html Css Color HEX #E19ED6 Plum

📋 copy color: '#E19ED6'

red 225 ◦ green 158 ◦ blue 214

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

Shades of Plum #E19ED6

Tints of Plum #E19ED6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.47%

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

R = 37.69%
G = 26.47%
B = 35.85%

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

#E19ED6 (or 0xE19ED6) is known color: Plum. HEX triplet: E1, 9E and D6. RGB value is (225,158,214). Sum of RGB (Red+Green+Blue) = 225+158+214=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ED6 is #1E6129. Grayscale: #B8B8B8. Windows color (decimal): -1990954 or 14065377. OLE color: 14065377.

HSL color Cylindrical-coordinate representation of color #E19ED6: hue angle of 309.85º 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 #E19ED6 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 158 214 -
CMYK 0 0.30 0.05 0.12
HSL 309.85º 0.53% 0.75% -
HSV(B) 309.85º 0.3% 0.88% -
XYZ 55.42 45.32 69.44 -
YUV 184.42 144.7 156.95 -
System Red Green Blue C M Y K H S L
Decimal 225 158 214 0 0.30 0.05 0.12 309.85 0.53 0.75
Hex E1 9E D6 0 1E 5 C 136 35 4B
Octal 341 236 326 0 36 5 14 466 65 113
Binary 11100001 10011110 11010110 0 11110 101 1100 100110110 110101 1001011

Color Harmonies of #E19ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19ED6

Black with #E19ED6

Text Example


Text Example

White with #E19ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19ED6; }

 p { color: rgb(225,158,214); }

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

background-color css

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

 a { background-color: rgb(225,158,214); }

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

border-color css

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

 span { border-color: rgb(225,158,214); }

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