Html Css Color HEX #E994DB Plum

📋 copy color: '#E994DB'

red 233 ◦ green 148 ◦ blue 219

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

Shades of Plum #E994DB

Tints of Plum #E994DB

RGB

 RED value IS 233 (91.41% from 255) = 38.83%

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

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

R = 38.83%
G = 24.67%
B = 36.5%

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

#E994DB (or 0xE994DB) is known color: Plum. HEX triplet: E9, 94 and DB. RGB value is (233,148,219). Sum of RGB (Red+Green+Blue) = 233+148+219=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 148 (58.20% from 255 or 24.67% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E994DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E994DB is #166B24. Grayscale: #B5B5B5. Windows color (decimal): -1469221 or 14390505. OLE color: 14390505.

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

Color convert

RGB 233 148 219 -
CMYK 0 0.36 0.06 0.09
HSL 309.88º 0.66% 0.75% -
HSV(B) 309.88º 0.36% 0.91% -
XYZ 56.98 43.62 72.43 -
YUV 181.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 233 148 219 0 0.36 0.06 0.09 309.88 0.66 0.75
Hex E9 94 DB 0 24 6 9 136 42 4B
Octal 351 224 333 0 44 6 11 466 102 113
Binary 11101001 10010100 11011011 0 100100 110 1001 100110110 1000010 1001011

Color Harmonies of #E994DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E994DB

Black with #E994DB

Text Example


Text Example

White with #E994DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E994DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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