Html Css Color HEX #E19AD1 Plum

📋 copy color: '#E19AD1'

red 225 ◦ green 154 ◦ blue 209

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

Shades of Plum #E19AD1

Tints of Plum #E19AD1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.19%

 BLUE value IS 209 (82.03% from 255) = 35.54%

R = 38.27%
G = 26.19%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E19AD1 (or 0xE19AD1) is known color: Plum. HEX triplet: E1, 9A and D1. RGB value is (225,154,209). Sum of RGB (Red+Green+Blue) = 225+154+209=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19AD1 is #1E652E. Grayscale: #B5B5B5. Windows color (decimal): -1991983 or 13736673. OLE color: 13736673.

HSL color Cylindrical-coordinate representation of color #E19AD1: hue angle of 313.52º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19AD1 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 154 209 -
CMYK 0 0.32 0.07 0.12
HSL 313.52º 0.54% 0.74% -
HSV(B) 313.52º 0.32% 0.88% -
XYZ 54.12 43.72 65.91 -
YUV 181.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 225 154 209 0 0.32 0.07 0.12 313.52 0.54 0.74
Hex E1 9A D1 0 20 7 C 13A 36 4A
Octal 341 232 321 0 40 7 14 472 66 112
Binary 11100001 10011010 11010001 0 100000 111 1100 100111010 110110 1001010

Color Harmonies of #E19AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19AD1

Black with #E19AD1

Text Example


Text Example

White with #E19AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19AD1; }

 p { color: rgb(225,154,209); }

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

background-color css

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

 a { background-color: rgb(225,154,209); }

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

border-color css

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

 span { border-color: rgb(225,154,209); }

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