#E68FDA

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

Shades of Plum #E68FDA

Tints of Plum #E68FDA

Color information

#E68FDA (or 0xE68FDA) is unknown color: approx Plum. HEX triplet: E6, 8F and DA. RGB value is (230,143,218). Sum of RGB (Red+Green+Blue) = 230+143+218=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68FDA is #197025. Grayscale: #B1B1B1. Windows color (decimal): -1667110 or 14323686. OLE color: 14323686.

HSL color Cylindrical-coordinate representation of color #E68FDA: hue angle of 308.28º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68FDA is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230143218-
CMYK00.380.050.10
HSL308.28º63.5%73.14%-
HSV(B)308.28º37.83%90.2%-
XYZ55.1141.5371.44-
YUV177.56150.82165.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.92%
GREEN value IS 143 (56.25% from 255) = 24.20%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=38.92%
G=24.20%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014321800.380.050.10308.2863.573.14
HexE68FDA0265A1344049
Octal346217332046512464100111
Binary1110011010001111110110100100110101101010011010010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68FDA; }

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

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

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

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

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

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

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

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