Html Css Color HEX #E093D6 Plum

📋 copy color: '#E093D6'

red 224 ◦ green 147 ◦ blue 214

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

Shades of Plum #E093D6

Tints of Plum #E093D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.58%

R = 38.29%
G = 25.13%
B = 36.58%

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

#E093D6 (or 0xE093D6) is known color: Plum. HEX triplet: E0, 93 and D6. RGB value is (224,147,214). Sum of RGB (Red+Green+Blue) = 224+147+214=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E093D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093D6 is #1F6C29. Grayscale: #B1B1B1. Windows color (decimal): -2059306 or 14062560. OLE color: 14062560.

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

Color convert

RGB 224 147 214 -
CMYK 0 0.34 0.04 0.12
HSL 307.79º 0.55% 0.73% -
HSV(B) 307.79º 0.34% 0.88% -
XYZ 53.31 41.57 68.83 -
YUV 177.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 224 147 214 0 0.34 0.04 0.12 307.79 0.55 0.73
Hex E0 93 D6 0 22 4 C 134 37 49
Octal 340 223 326 0 42 4 14 464 67 111
Binary 11100000 10010011 11010110 0 100010 100 1100 100110100 110111 1001001

Color Harmonies of #E093D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093D6

Black with #E093D6

Text Example


Text Example

White with #E093D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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