Html Css Color HEX #E19DEA Plum

📋 copy color: '#E19DEA'

red 225 ◦ green 157 ◦ blue 234

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

Shades of Plum #E19DEA

Tints of Plum #E19DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.99%

R = 36.53%
G = 25.49%
B = 37.99%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E19DEA (or 0xE19DEA) is known color: Plum. HEX triplet: E1, 9D and EA. RGB value is (225,157,234). Sum of RGB (Red+Green+Blue) = 225+157+234=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #E19DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19DEA is #1E6215. Grayscale: #B9B9B9. Windows color (decimal): -1991190 or 15375841. OLE color: 15375841.

HSL color Cylindrical-coordinate representation of color #E19DEA: hue angle of 292.99º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19DEA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 157 234 -
CMYK 0.04 0.33 0 0.08
HSL 292.99º 0.65% 0.77% -
HSV(B) 292.99º 0.33% 0.92% -
XYZ 57.96 46.06 83.68 -
YUV 186.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 225 157 234 0.04 0.33 0 0.08 292.99 0.65 0.77
Hex E1 9D EA 4 21 0 8 125 41 4D
Octal 341 235 352 4 41 0 10 445 101 115
Binary 11100001 10011101 11101010 100 100001 0 1000 100100101 1000001 1001101

Color Harmonies of #E19DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19DEA

Black with #E19DEA

Text Example


Text Example

White with #E19DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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