Html Css Color HEX #E894DC Plum

📋 copy color: '#E894DC'

red 232 ◦ green 148 ◦ blue 220

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

Shades of Plum #E894DC

Tints of Plum #E894DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 38.67%
G = 24.67%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E894DC (or 0xE894DC) is known color: Plum. HEX triplet: E8, 94 and DC. RGB value is (232,148,220). Sum of RGB (Red+Green+Blue) = 232+148+220=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 148 (58.20% from 255 or 24.67% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 232 - color contains mainly: red. Hex color #E894DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894DC is #176B23. Grayscale: #B5B5B5. Windows color (decimal): -1534756 or 14456040. OLE color: 14456040.

HSL color Cylindrical-coordinate representation of color #E894DC: hue angle of 308.57º 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 #E894DC is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 148 220 -
CMYK 0 0.36 0.05 0.09
HSL 308.57º 0.65% 0.75% -
HSV(B) 308.57º 0.36% 0.91% -
XYZ 56.79 43.5 73.11 -
YUV 181.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 232 148 220 0 0.36 0.05 0.09 308.57 0.65 0.75
Hex E8 94 DC 0 24 5 9 135 41 4B
Octal 350 224 334 0 44 5 11 465 101 113
Binary 11101000 10010100 11011100 0 100100 101 1001 100110101 1000001 1001011

Color Harmonies of #E894DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E894DC

Black with #E894DC

Text Example


Text Example

White with #E894DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E894DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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