#E092CD

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

Shades of Plum #E092CD

Tints of Plum #E092CD

Color information

#E092CD (or 0xE092CD) is unknown color: approx Plum. HEX triplet: E0, 92 and CD. RGB value is (224,146,205). Sum of RGB (Red+Green+Blue) = 224+146+205=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E092CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092CD is #1F6D32. Grayscale: #AFAFAF. Windows color (decimal): -2059571 or 13472480. OLE color: 13472480.

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

Color convert

RGB224146205-
CMYK00.350.080.12
HSL314.62º55.71%72.55%-
HSV(B)314.62º34.82%87.84%-
XYZ52.0440.8162.89-
YUV176.05144.34162.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 146 (57.42% from 255) = 25.39%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=38.96%
G=25.39%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414620500.350.080.12314.6255.7172.55
HexE092CD0238C13b3849
Octal340222315043101447370111
Binary1110000010010010110011010100011100011001001110111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E092CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E092CD; }

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

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

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

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

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

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

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

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