Html Css Color HEX #E094EC Plum

📋 copy color: '#E094EC'

red 224 ◦ green 148 ◦ blue 236

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

Shades of Plum #E094EC

Tints of Plum #E094EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.34%

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

R = 36.84%
G = 24.34%
B = 38.82%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E094EC (or 0xE094EC) is known color: Plum. HEX triplet: E0, 94 and EC. RGB value is (224,148,236). Sum of RGB (Red+Green+Blue) = 224+148+236=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #E094EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094EC is #1F6B13. Grayscale: #B4B4B4. Windows color (decimal): -2059028 or 15504608. OLE color: 15504608.

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

Color convert

RGB 224 148 236 -
CMYK 0.05 0.37 0 0.07
HSL 291.82º 0.7% 0.75% -
HSV(B) 291.82º 0.37% 0.93% -
XYZ 56.47 43.08 84.7 -
YUV 180.76 159.18 158.84 -
System Red Green Blue C M Y K H S L
Decimal 224 148 236 0.05 0.37 0 0.07 291.82 0.7 0.75
Hex E0 94 EC 5 25 0 7 124 46 4B
Octal 340 224 354 5 45 0 7 444 106 113
Binary 11100000 10010100 11101100 101 100101 0 111 100100100 1000110 1001011

Color Harmonies of #E094EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094EC

Black with #E094EC

Text Example


Text Example

White with #E094EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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