#E38DCF

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

Shades of Plum #E38DCF

Tints of Plum #E38DCF

Color information

#E38DCF (or 0xE38DCF) is unknown color: approx Plum. HEX triplet: E3, 8D and CF. RGB value is (227,141,207). Sum of RGB (Red+Green+Blue) = 227+141+207=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DCF is #1C7230. Grayscale: #AEAEAE. Windows color (decimal): -1864241 or 13602275. OLE color: 13602275.

HSL color Cylindrical-coordinate representation of color #E38DCF: hue angle of 313.95º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E38DCF is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB227141207-
CMYK00.380.090.11
HSL313.95º60.56%72.16%-
HSV(B)313.95º37.89%89.02%-
XYZ52.4739.8963.96-
YUV174.24146.49165.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.48%
GREEN value IS 141 (55.47% from 255) = 24.52%
BLUE value IS 207 (81.25% from 255) = 36%
R=39.48%
G=24.52%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714120700.380.090.11313.9560.5672.16
HexE38DCF0269B13a3d48
Octal343215317046111347275110
Binary1110001110001101110011110100110100110111001110101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38DCF; }

 p { color: rgb(227,141,207); }

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

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

 a { background-color: rgb(227,141,207); }

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

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

 span { border-color: rgb(227,141,207); }

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