Html Css Color HEX #E394EC Plum

📋 copy color: '#E394EC'

red 227 ◦ green 148 ◦ blue 236

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

Shades of Plum #E394EC

Tints of Plum #E394EC

RGB

 RED value IS 227 (89.06% from 255) = 37.15%

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

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

R = 37.15%
G = 24.22%
B = 38.63%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E394EC (or 0xE394EC) is known color: Plum. HEX triplet: E3, 94 and EC. RGB value is (227,148,236). Sum of RGB (Red+Green+Blue) = 227+148+236=611 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.15% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #E394EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E394EC is #1C6B13. Grayscale: #B5B5B5. Windows color (decimal): -1862420 or 15504611. OLE color: 15504611.

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

Color convert

RGB 227 148 236 -
CMYK 0.04 0.37 0 0.07
HSL 293.86º 0.7% 0.75% -
HSV(B) 293.86º 0.37% 0.93% -
XYZ 57.41 43.57 84.74 -
YUV 181.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 227 148 236 0.04 0.37 0 0.07 293.86 0.7 0.75
Hex E3 94 EC 4 25 0 7 126 46 4B
Octal 343 224 354 4 45 0 7 446 106 113
Binary 11100011 10010100 11101100 100 100101 0 111 100100110 1000110 1001011

Color Harmonies of #E394EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E394EC

Black with #E394EC

Text Example


Text Example

White with #E394EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E394EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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