Html Css Color HEX #E985F0 Violet

📋 copy color: '#E985F0'

red 233 ◦ green 133 ◦ blue 240

#E985F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #E985F0

Tints of Violet #E985F0

RGB

 RED value IS 233 (91.41% from 255) = 38.45%

 GREEN value IS 133 (52.34% from 255) = 21.95%

 BLUE value IS 240 (94.14% from 255) = 39.6%

R = 38.45%
G = 21.95%
B = 39.6%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E985F0 (or 0xE985F0) is known color: Violet. HEX triplet: E9, 85 and F0. RGB value is (233,133,240). Sum of RGB (Red+Green+Blue) = 233+133+240=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #E985F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E985F0 is #167A0F. Grayscale: #AEAEAE. Windows color (decimal): -1473040 or 15762921. OLE color: 15762921.

HSL color Cylindrical-coordinate representation of color #E985F0: hue angle of 296.07º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E985F0 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 133 240 -
CMYK 0.03 0.45 0 0.06
HSL 296.07º 0.78% 0.73% -
HSV(B) 296.07º 0.45% 0.94% -
XYZ 57.72 40.39 87.19 -
YUV 175.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 233 133 240 0.03 0.45 0 0.06 296.07 0.78 0.73
Hex E9 85 F0 3 2D 0 6 128 4E 49
Octal 351 205 360 3 55 0 6 450 116 111
Binary 11101001 10000101 11110000 11 101101 0 110 100101000 1001110 1001001

Color Harmonies of #E985F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985F0

Black with #E985F0

Text Example


Text Example

White with #E985F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985F0; }

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

 H1.HeaderClassName
 {
   color: #E985F0;
 }
 .AnyTagClassName
 {
   color: #E985F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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