Html Css Color HEX #E195DF Plum

📋 copy color: '#E195DF'

red 225 ◦ green 149 ◦ blue 223

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

Shades of Plum #E195DF

Tints of Plum #E195DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.96%

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

R = 37.69%
G = 24.96%
B = 37.35%

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

#E195DF (or 0xE195DF) is known color: Plum. HEX triplet: E1, 95 and DF. RGB value is (225,149,223). Sum of RGB (Red+Green+Blue) = 225+149+223=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E195DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195DF is #1E6A20. Grayscale: #B3B3B3. Windows color (decimal): -1993249 or 14652897. OLE color: 14652897.

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

Color convert

RGB 225 149 223 -
CMYK 0 0.34 0.01 0.12
HSL 301.58º 0.56% 0.73% -
HSV(B) 301.58º 0.34% 0.88% -
XYZ 55.12 42.83 75.17 -
YUV 180.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 225 149 223 0 0.34 0.01 0.12 301.58 0.56 0.73
Hex E1 95 DF 0 22 1 C 12E 38 49
Octal 341 225 337 0 42 1 14 456 70 111
Binary 11100001 10010101 11011111 0 100010 1 1100 100101110 111000 1001001

Color Harmonies of #E195DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E195DF

Black with #E195DF

Text Example


Text Example

White with #E195DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E195DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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