Html Css Color HEX #E49FD4 Plum

📋 copy color: '#E49FD4'

red 228 ◦ green 159 ◦ blue 212

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

Shades of Plum #E49FD4

Tints of Plum #E49FD4

RGB

 RED value IS 228 (89.45% from 255) = 38.06%

 GREEN value IS 159 (62.5% from 255) = 26.54%

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

R = 38.06%
G = 26.54%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E49FD4 (or 0xE49FD4) is known color: Plum. HEX triplet: E4, 9F and D4. RGB value is (228,159,212). Sum of RGB (Red+Green+Blue) = 228+159+212=599 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.06% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49FD4 is #1B602B. Grayscale: #B9B9B9. Windows color (decimal): -1794092 or 13934564. OLE color: 13934564.

HSL color Cylindrical-coordinate representation of color #E49FD4: hue angle of 313.91º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E49FD4 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 159 212 -
CMYK 0 0.30 0.07 0.11
HSL 313.91º 0.56% 0.76% -
HSV(B) 313.91º 0.3% 0.89% -
XYZ 56.28 46.04 68.21 -
YUV 185.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 228 159 212 0 0.30 0.07 0.11 313.91 0.56 0.76
Hex E4 9F D4 0 1E 7 B 13A 38 4C
Octal 344 237 324 0 36 7 13 472 70 114
Binary 11100100 10011111 11010100 0 11110 111 1011 100111010 111000 1001100

Color Harmonies of #E49FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49FD4

Black with #E49FD4

Text Example


Text Example

White with #E49FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49FD4; }

 p { color: rgb(228,159,212); }

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

background-color css

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

 a { background-color: rgb(228,159,212); }

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

border-color css

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

 span { border-color: rgb(228,159,212); }

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