Html Css Color HEX #E093E0 Plum

📋 copy color: '#E093E0'

red 224 ◦ green 147 ◦ blue 224

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

Shades of Plum #E093E0

Tints of Plum #E093E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.65%

R = 37.65%
G = 24.71%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E093E0 (or 0xE093E0) is known color: Plum. HEX triplet: E0, 93 and E0. RGB value is (224,147,224). Sum of RGB (Red+Green+Blue) = 224+147+224=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E093E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093E0 is #1F6C1F. Grayscale: #B2B2B2. Windows color (decimal): -2059296 or 14717920. OLE color: 14717920.

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

Color convert

RGB 224 147 224 -
CMYK 0 0.34 0 0.12
HSL 300º 0.55% 0.73% -
HSV(B) 300º 0.34% 0.88% -
XYZ 54.63 42.1 75.77 -
YUV 178.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 224 147 224 0 0.34 0 0.12 300 0.55 0.73
Hex E0 93 E0 0 22 0 C 12C 37 49
Octal 340 223 340 0 42 0 14 454 67 111
Binary 11100000 10010011 11100000 0 100010 0 1100 100101100 110111 1001001

Color Harmonies of #E093E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093E0

Black with #E093E0

Text Example


Text Example

White with #E093E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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