Html Css Color HEX #E093ED Plum

📋 copy color: '#E093ED'

red 224 ◦ green 147 ◦ blue 237

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

Shades of Plum #E093ED

Tints of Plum #E093ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.98%

R = 36.84%
G = 24.18%
B = 38.98%

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

#E093ED (or 0xE093ED) is known color: Plum. HEX triplet: E0, 93 and ED. RGB value is (224,147,237). Sum of RGB (Red+Green+Blue) = 224+147+237=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #E093ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E093ED is #1F6C12. Grayscale: #B4B4B4. Windows color (decimal): -2059283 or 15569888. OLE color: 15569888.

HSL color Cylindrical-coordinate representation of color #E093ED: hue angle of 291.33º degrees, saturation: 0.71, 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 #E093ED is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 147 237 -
CMYK 0.05 0.38 0 0.07
HSL 291.33º 0.71% 0.75% -
HSV(B) 291.33º 0.38% 0.93% -
XYZ 56.46 42.83 85.41 -
YUV 180.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 224 147 237 0.05 0.38 0 0.07 291.33 0.71 0.75
Hex E0 93 ED 5 26 0 7 123 47 4B
Octal 340 223 355 5 46 0 7 443 107 113
Binary 11100000 10010011 11101101 101 100110 0 111 100100011 1000111 1001011

Color Harmonies of #E093ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093ED

Black with #E093ED

Text Example


Text Example

White with #E093ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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