Html Css Color HEX #E093DF Plum

📋 copy color: '#E093DF'

red 224 ◦ green 147 ◦ blue 223

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

Shades of Plum #E093DF

Tints of Plum #E093DF

RGB

 RED value IS 224 (87.89% from 255) = 37.71%

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

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

R = 37.71%
G = 24.75%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E093DF (or 0xE093DF) is known color: Plum. HEX triplet: E0, 93 and DF. RGB value is (224,147,223). Sum of RGB (Red+Green+Blue) = 224+147+223=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E093DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093DF is #1F6C20. Grayscale: #B2B2B2. Windows color (decimal): -2059297 or 14652384. OLE color: 14652384.

HSL color Cylindrical-coordinate representation of color #E093DF: hue angle of 300.78º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E093DF is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 147 223 -
CMYK 0 0.34 0.00 0.12
HSL 300.78º 0.55% 0.73% -
HSV(B) 300.78º 0.34% 0.88% -
XYZ 54.49 42.04 75.05 -
YUV 178.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 224 147 223 0 0.34 0.00 0.12 300.78 0.55 0.73
Hex E0 93 DF 0 22 0 C 12D 37 49
Octal 340 223 337 0 42 0 14 455 67 111
Binary 11100000 10010011 11011111 0 100010 0 1100 100101101 110111 1001001

Color Harmonies of #E093DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093DF

Black with #E093DF

Text Example


Text Example

White with #E093DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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