Html Css Color HEX #E993DA Plum

📋 copy color: '#E993DA'

red 233 ◦ green 147 ◦ blue 218

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

Shades of Plum #E993DA

Tints of Plum #E993DA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.58%

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

R = 38.96%
G = 24.58%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E993DA (or 0xE993DA) is known color: Plum. HEX triplet: E9, 93 and DA. RGB value is (233,147,218). Sum of RGB (Red+Green+Blue) = 233+147+218=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E993DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993DA is #166C25. Grayscale: #B4B4B4. Windows color (decimal): -1469478 or 14324713. OLE color: 14324713.

HSL color Cylindrical-coordinate representation of color #E993DA: hue angle of 310.47º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E993DA is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 147 218 -
CMYK 0 0.37 0.06 0.09
HSL 310.47º 0.66% 0.75% -
HSV(B) 310.47º 0.37% 0.91% -
XYZ 56.69 43.25 71.69 -
YUV 180.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 233 147 218 0 0.37 0.06 0.09 310.47 0.66 0.75
Hex E9 93 DA 0 25 6 9 136 42 4B
Octal 351 223 332 0 45 6 11 466 102 113
Binary 11101001 10010011 11011010 0 100101 110 1001 100110110 1000010 1001011

Color Harmonies of #E993DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E993DA

Black with #E993DA

Text Example


Text Example

White with #E993DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E993DA; }

 p { color: rgb(233,147,218); }

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

background-color css

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

 a { background-color: rgb(233,147,218); }

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

border-color css

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

 span { border-color: rgb(233,147,218); }

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