Html Css Color HEX #E894DF Plum

📋 copy color: '#E894DF'

red 232 ◦ green 148 ◦ blue 223

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

Shades of Plum #E894DF

Tints of Plum #E894DF

RGB

 RED value IS 232 (91.02% from 255) = 38.47%

 GREEN value IS 148 (58.2% from 255) = 24.54%

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

R = 38.47%
G = 24.54%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E894DF (or 0xE894DF) is known color: Plum. HEX triplet: E8, 94 and DF. RGB value is (232,148,223). Sum of RGB (Red+Green+Blue) = 232+148+223=603 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.47% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 232 - color contains mainly: red. Hex color #E894DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894DF is #176B20. Grayscale: #B5B5B5. Windows color (decimal): -1534753 or 14652648. OLE color: 14652648.

HSL color Cylindrical-coordinate representation of color #E894DF: hue angle of 306.43º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E894DF is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 148 223 -
CMYK 0 0.36 0.04 0.09
HSL 306.43º 0.65% 0.75% -
HSV(B) 306.43º 0.36% 0.91% -
XYZ 57.19 43.66 75.23 -
YUV 181.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 232 148 223 0 0.36 0.04 0.09 306.43 0.65 0.75
Hex E8 94 DF 0 24 4 9 132 41 4B
Octal 350 224 337 0 44 4 11 462 101 113
Binary 11101000 10010100 11011111 0 100100 100 1001 100110010 1000001 1001011

Color Harmonies of #E894DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E894DF

Black with #E894DF

Text Example


Text Example

White with #E894DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E894DF; }

 p { color: rgb(232,148,223); }

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

background-color css

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

 a { background-color: rgb(232,148,223); }

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

border-color css

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

 span { border-color: rgb(232,148,223); }

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