Html Css Color HEX #E295DE Plum

📋 copy color: '#E295DE'

red 226 ◦ green 149 ◦ blue 222

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

Shades of Plum #E295DE

Tints of Plum #E295DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.19%

R = 37.86%
G = 24.96%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E295DE (or 0xE295DE) is known color: Plum. HEX triplet: E2, 95 and DE. RGB value is (226,149,222). Sum of RGB (Red+Green+Blue) = 226+149+222=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E295DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295DE is #1D6A21. Grayscale: #B4B4B4. Windows color (decimal): -1927714 or 14587362. OLE color: 14587362.

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

Color convert

RGB 226 149 222 -
CMYK 0 0.34 0.02 0.11
HSL 303.12º 0.57% 0.74% -
HSV(B) 303.12º 0.34% 0.89% -
XYZ 55.3 42.94 74.48 -
YUV 180.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 226 149 222 0 0.34 0.02 0.11 303.12 0.57 0.74
Hex E2 95 DE 0 22 2 B 12F 39 4A
Octal 342 225 336 0 42 2 13 457 71 112
Binary 11100010 10010101 11011110 0 100010 10 1011 100101111 111001 1001010

Color Harmonies of #E295DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E295DE

Black with #E295DE

Text Example


Text Example

White with #E295DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E295DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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