Html Css Color HEX #E295DA Plum

📋 copy color: '#E295DA'

red 226 ◦ green 149 ◦ blue 218

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

Shades of Plum #E295DA

Tints of Plum #E295DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 38.11%
G = 25.13%
B = 36.76%

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

#E295DA (or 0xE295DA) is known color: Plum. HEX triplet: E2, 95 and DA. RGB value is (226,149,218). Sum of RGB (Red+Green+Blue) = 226+149+218=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E295DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295DA is #1D6A25. Grayscale: #B3B3B3. Windows color (decimal): -1927718 or 14325218. OLE color: 14325218.

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

Color convert

RGB 226 149 218 -
CMYK 0 0.34 0.04 0.11
HSL 306.23º 0.57% 0.74% -
HSV(B) 306.23º 0.34% 0.89% -
XYZ 54.77 42.73 71.69 -
YUV 179.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 226 149 218 0 0.34 0.04 0.11 306.23 0.57 0.74
Hex E2 95 DA 0 22 4 B 132 39 4A
Octal 342 225 332 0 42 4 13 462 71 112
Binary 11100010 10010101 11011010 0 100010 100 1011 100110010 111001 1001010

Color Harmonies of #E295DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E295DA

Black with #E295DA

Text Example


Text Example

White with #E295DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E295DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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