Html Css Color HEX #E986FA Violet

📋 copy color: '#E986FA'

red 233 ◦ green 134 ◦ blue 250

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

Shades of Violet #E986FA

Tints of Violet #E986FA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 21.72%

 BLUE value IS 250 (98.05% from 255) = 40.52%

R = 37.76%
G = 21.72%
B = 40.52%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E986FA (or 0xE986FA) is known color: Violet. HEX triplet: E9, 86 and FA. RGB value is (233,134,250). Sum of RGB (Red+Green+Blue) = 233+134+250=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 134 (52.73% from 255 or 21.72% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #E986FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E986FA is #167905. Grayscale: #B0B0B0. Windows color (decimal): -1472774 or 16418537. OLE color: 16418537.

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

Color convert

RGB 233 134 250 -
CMYK 0.07 0.46 0 0.02
HSL 291.21º 0.92% 0.75% -
HSV(B) 291.21º 0.46% 0.98% -
XYZ 59.38 41.28 95.28 -
YUV 176.83 169.3 168.07 -
System Red Green Blue C M Y K H S L
Decimal 233 134 250 0.07 0.46 0 0.02 291.21 0.92 0.75
Hex E9 86 FA 7 2E 0 2 123 5C 4B
Octal 351 206 372 7 56 0 2 443 134 113
Binary 11101001 10000110 11111010 111 101110 0 10 100100011 1011100 1001011

Color Harmonies of #E986FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986FA

Black with #E986FA

Text Example


Text Example

White with #E986FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986FA; }

 p { color: rgb(233,134,250); }

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

background-color css

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

 a { background-color: rgb(233,134,250); }

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

border-color css

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

 span { border-color: rgb(233,134,250); }

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