Html Css Color HEX #E19ED7 Plum

📋 copy color: '#E19ED7'

red 225 ◦ green 158 ◦ blue 215

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

Shades of Plum #E19ED7

Tints of Plum #E19ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.95%

R = 37.63%
G = 26.42%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E19ED7 (or 0xE19ED7) is known color: Plum. HEX triplet: E1, 9E and D7. RGB value is (225,158,215). Sum of RGB (Red+Green+Blue) = 225+158+215=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ED7 is #1E6128. Grayscale: #B8B8B8. Windows color (decimal): -1990953 or 14130913. OLE color: 14130913.

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

Color convert

RGB 225 158 215 -
CMYK 0 0.30 0.04 0.12
HSL 308.96º 0.53% 0.75% -
HSV(B) 308.96º 0.3% 0.88% -
XYZ 55.54 45.37 70.12 -
YUV 184.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 225 158 215 0 0.30 0.04 0.12 308.96 0.53 0.75
Hex E1 9E D7 0 1E 4 C 135 35 4B
Octal 341 236 327 0 36 4 14 465 65 113
Binary 11100001 10011110 11010111 0 11110 100 1100 100110101 110101 1001011

Color Harmonies of #E19ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19ED7

Black with #E19ED7

Text Example


Text Example

White with #E19ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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