Html Css Color HEX #E986FE Heliotrope

📋 copy color: '#E986FE'

red 233 ◦ green 134 ◦ blue 254

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

Shades of Heliotrope #E986FE

Tints of Heliotrope #E986FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.9%

R = 37.52%
G = 21.58%
B = 40.9%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E986FE (or 0xE986FE) is known color: Heliotrope. HEX triplet: E9, 86 and FE. RGB value is (233,134,254). Sum of RGB (Red+Green+Blue) = 233+134+254=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 134 (52.73% from 255 or 21.58% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #E986FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E986FE is #167901. Grayscale: #B0B0B0. Windows color (decimal): -1472770 or 16680681. OLE color: 16680681.

HSL color Cylindrical-coordinate representation of color #E986FE: hue angle of 289.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E986FE is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 233 134 254 -
CMYK 0.08 0.47 0 0.00
HSL 289.5º 0.98% 0.76% -
HSV(B) 289.5º 0.47% 1% -
XYZ 60.02 41.53 98.62 -
YUV 177.28 171.3 167.74 -
System Red Green Blue C M Y K H S L
Decimal 233 134 254 0.08 0.47 0 0.00 289.5 0.98 0.76
Hex E9 86 FE 8 2F 0 0 122 62 4C
Octal 351 206 376 10 57 0 0 442 142 114
Binary 11101001 10000110 11111110 1000 101111 0 0 100100010 1100010 1001100

Color Harmonies of #E986FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986FE

Black with #E986FE

Text Example


Text Example

White with #E986FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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