Html Css Color HEX #E195DD Plum

📋 copy color: '#E195DD'

red 225 ◦ green 149 ◦ blue 221

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

Shades of Plum #E195DD

Tints of Plum #E195DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 37.82%
G = 25.04%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E195DD (or 0xE195DD) is known color: Plum. HEX triplet: E1, 95 and DD. RGB value is (225,149,221). Sum of RGB (Red+Green+Blue) = 225+149+221=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E195DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195DD is #1E6A22. Grayscale: #B3B3B3. Windows color (decimal): -1993251 or 14521825. OLE color: 14521825.

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

Color convert

RGB 225 149 221 -
CMYK 0 0.34 0.02 0.12
HSL 303.16º 0.56% 0.73% -
HSV(B) 303.16º 0.34% 0.88% -
XYZ 54.85 42.72 73.76 -
YUV 179.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 225 149 221 0 0.34 0.02 0.12 303.16 0.56 0.73
Hex E1 95 DD 0 22 2 C 12F 38 49
Octal 341 225 335 0 42 2 14 457 70 111
Binary 11100001 10010101 11011101 0 100010 10 1100 100101111 111000 1001001

Color Harmonies of #E195DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E195DD

Black with #E195DD

Text Example


Text Example

White with #E195DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E195DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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