#E093D1

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

Shades of Plum #E093D1

Tints of Plum #E093D1

Color information

#E093D1 (or 0xE093D1) is unknown color: approx Plum. HEX triplet: E0, 93 and D1. RGB value is (224,147,209). Sum of RGB (Red+Green+Blue) = 224+147+209=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E093D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093D1 is #1F6C2E. Grayscale: #B0B0B0. Windows color (decimal): -2059311 or 13734880. OLE color: 13734880.

HSL color Cylindrical-coordinate representation of color #E093D1: hue angle of 311.69º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E093D1 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB224147209-
CMYK00.340.070.12
HSL311.69º55.4%72.75%-
HSV(B)311.69º34.38%87.84%-
XYZ52.6841.3265.52-
YUV177.09146.01161.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 147 (57.81% from 255) = 25.34%
BLUE value IS 209 (82.03% from 255) = 36.03%
R=38.62%
G=25.34%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414720900.340.070.12311.6955.472.75
HexE093D10227C1383749
Octal34022332104271447067111
Binary111000001001001111010001010001011111001001110001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093D1; }

 p { color: rgb(224,147,209); }

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

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

 a { background-color: rgb(224,147,209); }

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

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

 span { border-color: rgb(224,147,209); }

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