Html Css Color HEX #E894DA Plum

📋 copy color: '#E894DA'

red 232 ◦ green 148 ◦ blue 218

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

Shades of Plum #E894DA

Tints of Plum #E894DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 38.8%
G = 24.75%
B = 36.45%

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

#E894DA (or 0xE894DA) is known color: Plum. HEX triplet: E8, 94 and DA. RGB value is (232,148,218). Sum of RGB (Red+Green+Blue) = 232+148+218=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E894DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894DA is #176B25. Grayscale: #B4B4B4. Windows color (decimal): -1534758 or 14324968. OLE color: 14324968.

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

Color convert

RGB 232 148 218 -
CMYK 0 0.36 0.06 0.09
HSL 310º 0.65% 0.75% -
HSV(B) 310º 0.36% 0.91% -
XYZ 56.52 43.4 71.73 -
YUV 181.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 232 148 218 0 0.36 0.06 0.09 310 0.65 0.75
Hex E8 94 DA 0 24 6 9 136 41 4B
Octal 350 224 332 0 44 6 11 466 101 113
Binary 11101000 10010100 11011010 0 100100 110 1001 100110110 1000001 1001011

Color Harmonies of #E894DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E894DA

Black with #E894DA

Text Example


Text Example

White with #E894DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E894DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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