Html Css Color HEX #E193EC Plum

📋 copy color: '#E193EC'

red 225 ◦ green 147 ◦ blue 236

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

Shades of Plum #E193EC

Tints of Plum #E193EC

RGB

 RED value IS 225 (88.28% from 255) = 37.01%

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

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

R = 37.01%
G = 24.18%
B = 38.82%

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

#E193EC (or 0xE193EC) is known color: Plum. HEX triplet: E1, 93 and EC. RGB value is (225,147,236). Sum of RGB (Red+Green+Blue) = 225+147+236=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 147 (57.81% from 255 or 24.18% 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 #E193EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E193EC is #1E6C13. Grayscale: #B4B4B4. Windows color (decimal): -1993748 or 15504353. OLE color: 15504353.

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

Color convert

RGB 225 147 236 -
CMYK 0.05 0.38 0 0.07
HSL 292.58º 0.7% 0.75% -
HSV(B) 292.58º 0.38% 0.93% -
XYZ 56.63 42.93 84.66 -
YUV 180.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 225 147 236 0.05 0.38 0 0.07 292.58 0.7 0.75
Hex E1 93 EC 5 26 0 7 125 46 4B
Octal 341 223 354 5 46 0 7 445 106 113
Binary 11100001 10010011 11101100 101 100110 0 111 100100101 1000110 1001011

Color Harmonies of #E193EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E193EC

Black with #E193EC

Text Example


Text Example

White with #E193EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E193EC; }

 p { color: rgb(225,147,236); }

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

background-color css

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

 a { background-color: rgb(225,147,236); }

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

border-color css

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

 span { border-color: rgb(225,147,236); }

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