Html Css Color HEX #E093D7 Plum

📋 copy color: '#E093D7'

red 224 ◦ green 147 ◦ blue 215

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

Shades of Plum #E093D7

Tints of Plum #E093D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.69%

R = 38.23%
G = 25.09%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E093D7 (or 0xE093D7) is known color: Plum. HEX triplet: E0, 93 and D7. RGB value is (224,147,215). Sum of RGB (Red+Green+Blue) = 224+147+215=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E093D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093D7 is #1F6C28. Grayscale: #B1B1B1. Windows color (decimal): -2059305 or 14128096. OLE color: 14128096.

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

Color convert

RGB 224 147 215 -
CMYK 0 0.34 0.04 0.12
HSL 307.01º 0.55% 0.73% -
HSV(B) 307.01º 0.34% 0.88% -
XYZ 53.44 41.62 69.51 -
YUV 177.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 224 147 215 0 0.34 0.04 0.12 307.01 0.55 0.73
Hex E0 93 D7 0 22 4 C 133 37 49
Octal 340 223 327 0 42 4 14 463 67 111
Binary 11100000 10010011 11010111 0 100010 100 1100 100110011 110111 1001001

Color Harmonies of #E093D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093D7

Black with #E093D7

Text Example


Text Example

White with #E093D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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