Html Css Color HEX #E093EC Plum

📋 copy color: '#E093EC'

red 224 ◦ green 147 ◦ blue 236

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

Shades of Plum #E093EC

Tints of Plum #E093EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 36.9%
G = 24.22%
B = 38.88%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E093EC (or 0xE093EC) is known color: Plum. HEX triplet: E0, 93 and EC. RGB value is (224,147,236). Sum of RGB (Red+Green+Blue) = 224+147+236=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #E093EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E093EC is #1F6C13. Grayscale: #B3B3B3. Windows color (decimal): -2059284 or 15504352. OLE color: 15504352.

HSL color Cylindrical-coordinate representation of color #E093EC: hue angle of 291.91º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E093EC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 147 236 -
CMYK 0.05 0.38 0 0.07
HSL 291.91º 0.7% 0.75% -
HSV(B) 291.91º 0.38% 0.93% -
XYZ 56.31 42.77 84.64 -
YUV 180.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 224 147 236 0.05 0.38 0 0.07 291.91 0.7 0.75
Hex E0 93 EC 5 26 0 7 124 46 4B
Octal 340 223 354 5 46 0 7 444 106 113
Binary 11100000 10010011 11101100 101 100110 0 111 100100100 1000110 1001011

Color Harmonies of #E093EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093EC

Black with #E093EC

Text Example


Text Example

White with #E093EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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