Html Css Color HEX #E19DD4 Plum

📋 copy color: '#E19DD4'

red 225 ◦ green 157 ◦ blue 212

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

Shades of Plum #E19DD4

Tints of Plum #E19DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.69%

R = 37.88%
G = 26.43%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E19DD4 (or 0xE19DD4) is known color: Plum. HEX triplet: E1, 9D and D4. RGB value is (225,157,212). Sum of RGB (Red+Green+Blue) = 225+157+212=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DD4 is #1E622B. Grayscale: #B7B7B7. Windows color (decimal): -1991212 or 13934049. OLE color: 13934049.

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

Color convert

RGB 225 157 212 -
CMYK 0 0.30 0.06 0.12
HSL 311.47º 0.53% 0.75% -
HSV(B) 311.47º 0.3% 0.88% -
XYZ 54.99 44.87 68.05 -
YUV 183.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 225 157 212 0 0.30 0.06 0.12 311.47 0.53 0.75
Hex E1 9D D4 0 1E 6 C 137 35 4B
Octal 341 235 324 0 36 6 14 467 65 113
Binary 11100001 10011101 11010100 0 11110 110 1100 100110111 110101 1001011

Color Harmonies of #E19DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19DD4

Black with #E19DD4

Text Example


Text Example

White with #E19DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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