Html Css Color HEX #E993DF Plum

📋 copy color: '#E993DF'

red 233 ◦ green 147 ◦ blue 223

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

Shades of Plum #E993DF

Tints of Plum #E993DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.98%

R = 38.64%
G = 24.38%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E993DF (or 0xE993DF) is known color: Plum. HEX triplet: E9, 93 and DF. RGB value is (233,147,223). Sum of RGB (Red+Green+Blue) = 233+147+223=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E993DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993DF is #166C20. Grayscale: #B5B5B5. Windows color (decimal): -1469473 or 14652393. OLE color: 14652393.

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

Color convert

RGB 233 147 223 -
CMYK 0 0.37 0.04 0.09
HSL 306.98º 0.66% 0.75% -
HSV(B) 306.98º 0.37% 0.91% -
XYZ 57.36 43.52 75.19 -
YUV 181.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 233 147 223 0 0.37 0.04 0.09 306.98 0.66 0.75
Hex E9 93 DF 0 25 4 9 133 42 4B
Octal 351 223 337 0 45 4 11 463 102 113
Binary 11101001 10010011 11011111 0 100101 100 1001 100110011 1000010 1001011

Color Harmonies of #E993DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E993DF

Black with #E993DF

Text Example


Text Example

White with #E993DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E993DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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