Html Css Color HEX #E894D8 Plum

📋 copy color: '#E894D8'

red 232 ◦ green 148 ◦ blue 216

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

Shades of Plum #E894D8

Tints of Plum #E894D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.24%

R = 38.93%
G = 24.83%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E894D8 (or 0xE894D8) is known color: Plum. HEX triplet: E8, 94 and D8. RGB value is (232,148,216). Sum of RGB (Red+Green+Blue) = 232+148+216=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E894D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894D8 is #176B27. Grayscale: #B4B4B4. Windows color (decimal): -1534760 or 14193896. OLE color: 14193896.

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

Color convert

RGB 232 148 216 -
CMYK 0 0.36 0.07 0.09
HSL 311.43º 0.65% 0.75% -
HSV(B) 311.43º 0.36% 0.91% -
XYZ 56.26 43.29 70.36 -
YUV 180.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 232 148 216 0 0.36 0.07 0.09 311.43 0.65 0.75
Hex E8 94 D8 0 24 7 9 137 41 4B
Octal 350 224 330 0 44 7 11 467 101 113
Binary 11101000 10010100 11011000 0 100100 111 1001 100110111 1000001 1001011

Color Harmonies of #E894D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E894D8

Black with #E894D8

Text Example


Text Example

White with #E894D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E894D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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