Html Css Color HEX #E193D6 Plum

📋 copy color: '#E193D6'

red 225 ◦ green 147 ◦ blue 214

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

Shades of Plum #E193D6

Tints of Plum #E193D6

RGB

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

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

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

R = 38.4%
G = 25.09%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E193D6 (or 0xE193D6) is known color: Plum. HEX triplet: E1, 93 and D6. RGB value is (225,147,214). Sum of RGB (Red+Green+Blue) = 225+147+214=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E193D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193D6 is #1E6C29. Grayscale: #B1B1B1. Windows color (decimal): -1993770 or 14062561. OLE color: 14062561.

HSL color Cylindrical-coordinate representation of color #E193D6: hue angle of 308.46º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E193D6 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 147 214 -
CMYK 0 0.35 0.05 0.12
HSL 308.46º 0.57% 0.73% -
HSV(B) 308.46º 0.35% 0.88% -
XYZ 53.62 41.73 68.85 -
YUV 177.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 225 147 214 0 0.35 0.05 0.12 308.46 0.57 0.73
Hex E1 93 D6 0 23 5 C 134 39 49
Octal 341 223 326 0 43 5 14 464 71 111
Binary 11100001 10010011 11010110 0 100011 101 1100 100110100 111001 1001001

Color Harmonies of #E193D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E193D6

Black with #E193D6

Text Example


Text Example

White with #E193D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E193D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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