#E295D4

Color #E295D4 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E295D4

Tints of Plum #E295D4

Color information

#E295D4 (or 0xE295D4) is unknown color: approx Plum. HEX triplet: E2, 95 and D4. RGB value is (226,149,212). Sum of RGB (Red+Green+Blue) = 226+149+212=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E295D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295D4 is #1D6A2B. Grayscale: #B3B3B3. Windows color (decimal): -1927724 or 13932002. OLE color: 13932002.

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

Color convert

RGB226149212-
CMYK00.340.060.11
HSL310.91º57.04%73.53%-
HSV(B)310.91º34.07%88.63%-
XYZ5442.4267.63-
YUV179.2146.51161.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.50%
GREEN value IS 149 (58.59% from 255) = 25.38%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=38.50%
G=25.38%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614921200.340.060.11310.9157.0473.53
HexE295D40226B137394a
Octal34222532404261346771112
Binary111000101001010111010100010001011010111001101111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295D4; }

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

 H1.HeaderClassName
 {
   color: #E295D4;
 }
 .AnyTagClassName
 {
   color: #E295D4;
 }
</style>
background-color css

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

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

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

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

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

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