Html Css Color HEX #E491DF Plum

📋 copy color: '#E491DF'

red 228 ◦ green 145 ◦ blue 223

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

Shades of Plum #E491DF

Tints of Plum #E491DF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.33%

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 38.26%
G = 24.33%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E491DF (or 0xE491DF) is known color: Plum. HEX triplet: E4, 91 and DF. RGB value is (228,145,223). Sum of RGB (Red+Green+Blue) = 228+145+223=596 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.26% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 228 - color contains mainly: red. Hex color #E491DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E491DF is #1B6E20. Grayscale: #B2B2B2. Windows color (decimal): -1797665 or 14651876. OLE color: 14651876.

HSL color Cylindrical-coordinate representation of color #E491DF: hue angle of 303.61º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E491DF is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 145 223 -
CMYK 0 0.36 0.02 0.11
HSL 303.61º 0.61% 0.73% -
HSV(B) 303.61º 0.36% 0.89% -
XYZ 55.44 42.07 75.01 -
YUV 178.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 228 145 223 0 0.36 0.02 0.11 303.61 0.61 0.73
Hex E4 91 DF 0 24 2 B 130 3D 49
Octal 344 221 337 0 44 2 13 460 75 111
Binary 11100100 10010001 11011111 0 100100 10 1011 100110000 111101 1001001

Color Harmonies of #E491DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E491DF

Black with #E491DF

Text Example


Text Example

White with #E491DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E491DF; }

 p { color: rgb(228,145,223); }

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

background-color css

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

 a { background-color: rgb(228,145,223); }

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

border-color css

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

 span { border-color: rgb(228,145,223); }

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