#E985E8

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

Shades of Violet #E985E8

Tints of Violet #E985E8

Color information

#E985E8 (or 0xE985E8) is unknown color: approx Violet. HEX triplet: E9, 85 and E8. RGB value is (233,133,232). Sum of RGB (Red+Green+Blue) = 233+133+232=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E985E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E985E8 is #167A17. Grayscale: #ADADAD. Windows color (decimal): -1473048 or 15238633. OLE color: 15238633.

HSL color Cylindrical-coordinate representation of color #E985E8: hue angle of 300.6º 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 #E985E8 is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB233133232-
CMYK00.430.000.09
HSL300.6º69.44%71.76%-
HSV(B)300.6º42.92%91.37%-
XYZ56.5639.9281.07-
YUV174.19160.63169.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.96%
GREEN value IS 133 (52.34% from 255) = 22.24%
BLUE value IS 232 (91.02% from 255) = 38.80%
R=38.96%
G=22.24%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313323200.430.000.09300.669.4471.76
HexE985E802B0912d4548
Octal351205350053011455105110
Binary11101001100001011110100001010110100110010110110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E985E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E985E8; }

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

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

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

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

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

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

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

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