#E697E1

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

Shades of Plum #E697E1

Tints of Plum #E697E1

Color information

#E697E1 (or 0xE697E1) is unknown color: approx Plum. HEX triplet: E6, 97 and E1. RGB value is (230,151,225). Sum of RGB (Red+Green+Blue) = 230+151+225=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E697E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697E1 is #19681E. Grayscale: #B6B6B6. Windows color (decimal): -1665055 or 14784486. OLE color: 14784486.

HSL color Cylindrical-coordinate representation of color #E697E1: hue angle of 303.8º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E697E1 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB230151225-
CMYK00.340.020.10
HSL303.8º61.24%74.71%-
HSV(B)303.8º34.35%90.2%-
XYZ57.2944.3976.78-
YUV183.06151.67161.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.95%
GREEN value IS 151 (59.38% from 255) = 24.92%
BLUE value IS 225 (88.28% from 255) = 37.13%
R=37.95%
G=24.92%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015122500.340.020.10303.861.2474.71
HexE697E10222A1303d4b
Octal34622734104221246075113
Binary11100110100101111110000101000101010101001100001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E697E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E697E1; }

 p { color: rgb(230,151,225); }

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

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

 a { background-color: rgb(230,151,225); }

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

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

 span { border-color: rgb(230,151,225); }

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