Html Css Color HEX #E286FE Heliotrope

📋 copy color: '#E286FE'

red 226 ◦ green 134 ◦ blue 254

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

Shades of Heliotrope #E286FE

Tints of Heliotrope #E286FE

RGB

 RED value IS 226 (88.67% from 255) = 36.81%

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

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

R = 36.81%
G = 21.82%
B = 41.37%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E286FE (or 0xE286FE) is known color: Heliotrope. HEX triplet: E2, 86 and FE. RGB value is (226,134,254). Sum of RGB (Red+Green+Blue) = 226+134+254=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 134 (52.73% from 255 or 21.82% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #E286FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E286FE is #1D7901. Grayscale: #AEAEAE. Windows color (decimal): -1931522 or 16680674. OLE color: 16680674.

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

Color convert

RGB 226 134 254 -
CMYK 0.11 0.47 0 0.00
HSL 286º 0.98% 0.76% -
HSV(B) 286º 0.47% 1% -
XYZ 57.78 40.37 98.51 -
YUV 175.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 226 134 254 0.11 0.47 0 0.00 286 0.98 0.76
Hex E2 86 FE B 2F 0 0 11E 62 4C
Octal 342 206 376 13 57 0 0 436 142 114
Binary 11100010 10000110 11111110 1011 101111 0 0 100011110 1100010 1001100

Color Harmonies of #E286FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E286FE

Black with #E286FE

Text Example


Text Example

White with #E286FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E286FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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