Html Css Color HEX #E894D9 Plum

📋 copy color: '#E894D9'

red 232 ◦ green 148 ◦ blue 217

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

Shades of Plum #E894D9

Tints of Plum #E894D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.35%

R = 38.86%
G = 24.79%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E894D9 (or 0xE894D9) is known color: Plum. HEX triplet: E8, 94 and D9. RGB value is (232,148,217). Sum of RGB (Red+Green+Blue) = 232+148+217=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E894D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894D9 is #176B26. Grayscale: #B4B4B4. Windows color (decimal): -1534759 or 14259432. OLE color: 14259432.

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

Color convert

RGB 232 148 217 -
CMYK 0 0.36 0.06 0.09
HSL 310.71º 0.65% 0.75% -
HSV(B) 310.71º 0.36% 0.91% -
XYZ 56.39 43.35 71.04 -
YUV 180.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 232 148 217 0 0.36 0.06 0.09 310.71 0.65 0.75
Hex E8 94 D9 0 24 6 9 137 41 4B
Octal 350 224 331 0 44 6 11 467 101 113
Binary 11101000 10010100 11011001 0 100100 110 1001 100110111 1000001 1001011

Color Harmonies of #E894D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E894D9

Black with #E894D9

Text Example


Text Example

White with #E894D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E894D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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