Html Css Color HEX #E093DA Plum

📋 copy color: '#E093DA'

red 224 ◦ green 147 ◦ blue 218

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

Shades of Plum #E093DA

Tints of Plum #E093DA

RGB

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

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

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

R = 38.03%
G = 24.96%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E093DA (or 0xE093DA) is known color: Plum. HEX triplet: E0, 93 and DA. RGB value is (224,147,218). Sum of RGB (Red+Green+Blue) = 224+147+218=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E093DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093DA is #1F6C25. Grayscale: #B1B1B1. Windows color (decimal): -2059302 or 14324704. OLE color: 14324704.

HSL color Cylindrical-coordinate representation of color #E093DA: hue angle of 304.68º 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 #E093DA is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 147 218 -
CMYK 0 0.34 0.03 0.12
HSL 304.68º 0.55% 0.73% -
HSV(B) 304.68º 0.34% 0.88% -
XYZ 53.83 41.78 71.56 -
YUV 178.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 224 147 218 0 0.34 0.03 0.12 304.68 0.55 0.73
Hex E0 93 DA 0 22 3 C 131 37 49
Octal 340 223 332 0 42 3 14 461 67 111
Binary 11100000 10010011 11011010 0 100010 11 1100 100110001 110111 1001001

Color Harmonies of #E093DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093DA

Black with #E093DA

Text Example


Text Example

White with #E093DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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