#E695EA

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

Shades of Plum #E695EA

Tints of Plum #E695EA

Color information

#E695EA (or 0xE695EA) is unknown color: approx Plum. HEX triplet: E6, 95 and EA. RGB value is (230,149,234). Sum of RGB (Red+Green+Blue) = 230+149+234=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #E695EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695EA is #196A15. Grayscale: #B6B6B6. Windows color (decimal): -1665558 or 15373798. OLE color: 15373798.

HSL color Cylindrical-coordinate representation of color #E695EA: hue angle of 297.18º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E695EA is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230149234-
CMYK0.020.3600.08
HSL297.18º66.93%75.1%-
HSV(B)297.18º36.32%91.76%-
XYZ58.2344.2683.32-
YUV182.91156.84161.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.52%
GREEN value IS 149 (58.59% from 255) = 24.31%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=37.52%
G=24.31%
B=38.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301492340.020.3600.08297.1866.9375.1
HexE695EA22408129434b
Octal346225352244010451103113
Binary111001101001010111101010101001000100010010100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695EA; }

 p { color: rgb(230,149,234); }

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

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

 a { background-color: rgb(230,149,234); }

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

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

 span { border-color: rgb(230,149,234); }

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