Html Css Color HEX #E194DF Plum

📋 copy color: '#E194DF'

red 225 ◦ green 148 ◦ blue 223

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

Shades of Plum #E194DF

Tints of Plum #E194DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 37.75%
G = 24.83%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E194DF (or 0xE194DF) is known color: Plum. HEX triplet: E1, 94 and DF. RGB value is (225,148,223). Sum of RGB (Red+Green+Blue) = 225+148+223=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E194DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194DF is #1E6B20. Grayscale: #B3B3B3. Windows color (decimal): -1993505 or 14652641. OLE color: 14652641.

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

Color convert

RGB 225 148 223 -
CMYK 0 0.34 0.01 0.12
HSL 301.56º 0.56% 0.73% -
HSV(B) 301.56º 0.34% 0.88% -
XYZ 54.96 42.52 75.12 -
YUV 179.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 225 148 223 0 0.34 0.01 0.12 301.56 0.56 0.73
Hex E1 94 DF 0 22 1 C 12E 38 49
Octal 341 224 337 0 42 1 14 456 70 111
Binary 11100001 10010100 11011111 0 100010 1 1100 100101110 111000 1001001

Color Harmonies of #E194DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E194DF

Black with #E194DF

Text Example


Text Example

White with #E194DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E194DF; }

 p { color: rgb(225,148,223); }

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

background-color css

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

 a { background-color: rgb(225,148,223); }

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

border-color css

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

 span { border-color: rgb(225,148,223); }

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