Html Css Color HEX #E295D9 Plum

📋 copy color: '#E295D9'

red 226 ◦ green 149 ◦ blue 217

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

Shades of Plum #E295D9

Tints of Plum #E295D9

RGB

 RED value IS 226 (88.67% from 255) = 38.18%

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

 BLUE value IS 217 (85.16% from 255) = 36.66%

R = 38.18%
G = 25.17%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E295D9 (or 0xE295D9) is known color: Plum. HEX triplet: E2, 95 and D9. RGB value is (226,149,217). Sum of RGB (Red+Green+Blue) = 226+149+217=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E295D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295D9 is #1D6A26. Grayscale: #B3B3B3. Windows color (decimal): -1927719 or 14259682. OLE color: 14259682.

HSL color Cylindrical-coordinate representation of color #E295D9: hue angle of 307.01º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E295D9 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 149 217 -
CMYK 0 0.34 0.04 0.11
HSL 307.01º 0.57% 0.74% -
HSV(B) 307.01º 0.34% 0.89% -
XYZ 54.64 42.67 71 -
YUV 179.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 226 149 217 0 0.34 0.04 0.11 307.01 0.57 0.74
Hex E2 95 D9 0 22 4 B 133 39 4A
Octal 342 225 331 0 42 4 13 463 71 112
Binary 11100010 10010101 11011001 0 100010 100 1011 100110011 111001 1001010

Color Harmonies of #E295D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E295D9

Black with #E295D9

Text Example


Text Example

White with #E295D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E295D9; }

 p { color: rgb(226,149,217); }

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

background-color css

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

 a { background-color: rgb(226,149,217); }

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

border-color css

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

 span { border-color: rgb(226,149,217); }

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