Html Css Color HEX #E894DB Plum

📋 copy color: '#E894DB'

red 232 ◦ green 148 ◦ blue 219

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

Shades of Plum #E894DB

Tints of Plum #E894DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.56%

R = 38.73%
G = 24.71%
B = 36.56%

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

#E894DB (or 0xE894DB) is known color: Plum. HEX triplet: E8, 94 and DB. RGB value is (232,148,219). Sum of RGB (Red+Green+Blue) = 232+148+219=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E894DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894DB is #176B24. Grayscale: #B5B5B5. Windows color (decimal): -1534757 or 14390504. OLE color: 14390504.

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

Color convert

RGB 232 148 219 -
CMYK 0 0.36 0.06 0.09
HSL 309.29º 0.65% 0.75% -
HSV(B) 309.29º 0.36% 0.91% -
XYZ 56.65 43.45 72.42 -
YUV 181.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 232 148 219 0 0.36 0.06 0.09 309.29 0.65 0.75
Hex E8 94 DB 0 24 6 9 135 41 4B
Octal 350 224 333 0 44 6 11 465 101 113
Binary 11101000 10010100 11011011 0 100100 110 1001 100110101 1000001 1001011

Color Harmonies of #E894DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E894DB

Black with #E894DB

Text Example


Text Example

White with #E894DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E894DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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