#E38FDA

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

Shades of Plum #E38FDA

Tints of Plum #E38FDA

Color information

#E38FDA (or 0xE38FDA) is unknown color: approx Plum. HEX triplet: E3, 8F and DA. RGB value is (227,143,218). Sum of RGB (Red+Green+Blue) = 227+143+218=588 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.61% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 227 - color contains mainly: red. Hex color #E38FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38FDA is #1C7025. Grayscale: #B0B0B0. Windows color (decimal): -1863718 or 14323683. OLE color: 14323683.

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

Color convert

RGB227143218-
CMYK00.370.040.11
HSL306.43º60%72.55%-
HSV(B)306.43º37%89.02%-
XYZ54.1641.0471.4-
YUV176.67151.33163.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.61%
GREEN value IS 143 (56.25% from 255) = 24.32%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=38.61%
G=24.32%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714321800.370.040.11306.436072.55
HexE38FDA0254B1323c49
Octal34321733204541346274111
Binary111000111000111111011010010010110010111001100101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38FDA; }

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

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

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

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

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

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

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

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