#E691D2

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

Shades of Plum #E691D2

Tints of Plum #E691D2

Color information

#E691D2 (or 0xE691D2) is unknown color: approx Plum. HEX triplet: E6, 91 and D2. RGB value is (230,145,210). Sum of RGB (Red+Green+Blue) = 230+145+210=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E691D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691D2 is #196E2D. Grayscale: #B1B1B1. Windows color (decimal): -1666606 or 13799910. OLE color: 13799910.

HSL color Cylindrical-coordinate representation of color #E691D2: hue angle of 314.12º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E691D2 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB230145210-
CMYK00.370.090.10
HSL314.12º62.96%73.53%-
HSV(B)314.12º36.96%90.2%-
XYZ54.3941.7366.16-
YUV177.82146.16165.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.32%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 210 (82.42% from 255) = 35.90%
R=39.32%
G=24.79%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014521000.370.090.10314.1262.9673.53
HexE691D20259A13a3f4a
Octal346221322045111247277112
Binary1110011010010001110100100100101100110101001110101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691D2; }

 p { color: rgb(230,145,210); }

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

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

 a { background-color: rgb(230,145,210); }

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

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

 span { border-color: rgb(230,145,210); }

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