#E093CD

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

Shades of Plum #E093CD

Tints of Plum #E093CD

Color information

#E093CD (or 0xE093CD) is unknown color: approx Plum. HEX triplet: E0, 93 and CD. RGB value is (224,147,205). Sum of RGB (Red+Green+Blue) = 224+147+205=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E093CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093CD is #1F6C32. Grayscale: #B0B0B0. Windows color (decimal): -2059315 or 13472736. OLE color: 13472736.

HSL color Cylindrical-coordinate representation of color #E093CD: hue angle of 314.81º 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 #E093CD is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224147205-
CMYK00.340.080.12
HSL314.81º55.4%72.75%-
HSV(B)314.81º34.38%87.84%-
XYZ52.1941.1262.94-
YUV176.64144.01161.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.89%
GREEN value IS 147 (57.81% from 255) = 25.52%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=38.89%
G=25.52%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414720500.340.080.12314.8155.472.75
HexE093CD0228C13b3749
Octal340223315042101447367111
Binary1110000010010011110011010100010100011001001110111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093CD; }

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

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

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

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

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

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

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

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