#E985E1

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

Shades of Violet #E985E1

Tints of Violet #E985E1

Color information

#E985E1 (or 0xE985E1) is unknown color: approx Violet. HEX triplet: E9, 85 and E1. RGB value is (233,133,225). Sum of RGB (Red+Green+Blue) = 233+133+225=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E985E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985E1 is #167A1E. Grayscale: #ADADAD. Windows color (decimal): -1473055 or 14779881. OLE color: 14779881.

HSL color Cylindrical-coordinate representation of color #E985E1: hue angle of 304.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985E1 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB233133225-
CMYK00.430.030.09
HSL304.8º69.44%71.76%-
HSV(B)304.8º42.92%91.37%-
XYZ55.5839.5375.94-
YUV173.39157.13170.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.42%
GREEN value IS 133 (52.34% from 255) = 22.50%
BLUE value IS 225 (88.28% from 255) = 38.07%
R=39.42%
G=22.50%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313322500.430.030.09304.869.4471.76
HexE985E102B391314548
Octal351205341053311461105110
Binary111010011000010111100001010101111100110011000110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E985E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E985E1; }

 p { color: rgb(233,133,225); }

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

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

 a { background-color: rgb(233,133,225); }

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

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

 span { border-color: rgb(233,133,225); }

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