Html Css Color HEX #E19EDA Plum

📋 copy color: '#E19EDA'

red 225 ◦ green 158 ◦ blue 218

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

Shades of Plum #E19EDA

Tints of Plum #E19EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.27%

R = 37.44%
G = 26.29%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E19EDA (or 0xE19EDA) is known color: Plum. HEX triplet: E1, 9E and DA. RGB value is (225,158,218). Sum of RGB (Red+Green+Blue) = 225+158+218=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E19EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19EDA is #1E6125. Grayscale: #B8B8B8. Windows color (decimal): -1990950 or 14327521. OLE color: 14327521.

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

Color convert

RGB 225 158 218 -
CMYK 0 0.30 0.03 0.12
HSL 306.27º 0.53% 0.75% -
HSV(B) 306.27º 0.3% 0.88% -
XYZ 55.93 45.52 72.17 -
YUV 184.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 225 158 218 0 0.30 0.03 0.12 306.27 0.53 0.75
Hex E1 9E DA 0 1E 3 C 132 35 4B
Octal 341 236 332 0 36 3 14 462 65 113
Binary 11100001 10011110 11011010 0 11110 11 1100 100110010 110101 1001011

Color Harmonies of #E19EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19EDA

Black with #E19EDA

Text Example


Text Example

White with #E19EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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