#E38FDE

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

Shades of Plum #E38FDE

Tints of Plum #E38FDE

Color information

#E38FDE (or 0xE38FDE) is unknown color: approx Plum. HEX triplet: E3, 8F and DE. RGB value is (227,143,222). Sum of RGB (Red+Green+Blue) = 227+143+222=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 227 - color contains mainly: red. Hex color #E38FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38FDE is #1C7021. Grayscale: #B0B0B0. Windows color (decimal): -1863714 or 14585827. OLE color: 14585827.

HSL color Cylindrical-coordinate representation of color #E38FDE: hue angle of 303.57º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E38FDE is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB227143222-
CMYK00.370.020.11
HSL303.57º60%72.55%-
HSV(B)303.57º37%89.02%-
XYZ54.6941.2574.19-
YUV177.12153.33163.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.34%
GREEN value IS 143 (56.25% from 255) = 24.16%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=38.34%
G=24.16%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714322200.370.020.11303.576072.55
HexE38FDE0252B1303c49
Octal34321733604521346074111
Binary11100011100011111101111001001011010111001100001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38FDE; }

 p { color: rgb(227,143,222); }

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

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

 a { background-color: rgb(227,143,222); }

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

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

 span { border-color: rgb(227,143,222); }

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