Html Css Color HEX #E994DE Plum

📋 copy color: '#E994DE'

red 233 ◦ green 148 ◦ blue 222

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

Shades of Plum #E994DE

Tints of Plum #E994DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.82%

R = 38.64%
G = 24.54%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E994DE (or 0xE994DE) is known color: Plum. HEX triplet: E9, 94 and DE. RGB value is (233,148,222). Sum of RGB (Red+Green+Blue) = 233+148+222=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E994DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E994DE is #166B21. Grayscale: #B5B5B5. Windows color (decimal): -1469218 or 14587113. OLE color: 14587113.

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

Color convert

RGB 233 148 222 -
CMYK 0 0.36 0.05 0.09
HSL 307.76º 0.66% 0.75% -
HSV(B) 307.76º 0.36% 0.91% -
XYZ 57.38 43.78 74.53 -
YUV 181.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 233 148 222 0 0.36 0.05 0.09 307.76 0.66 0.75
Hex E9 94 DE 0 24 5 9 134 42 4B
Octal 351 224 336 0 44 5 11 464 102 113
Binary 11101001 10010100 11011110 0 100100 101 1001 100110100 1000010 1001011

Color Harmonies of #E994DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E994DE

Black with #E994DE

Text Example


Text Example

White with #E994DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E994DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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