Html Css Color HEX #E486FE Heliotrope

📋 copy color: '#E486FE'

red 228 ◦ green 134 ◦ blue 254

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

Shades of Heliotrope #E486FE

Tints of Heliotrope #E486FE

RGB

 RED value IS 228 (89.45% from 255) = 37.01%

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

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

R = 37.01%
G = 21.75%
B = 41.23%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E486FE (or 0xE486FE) is known color: Heliotrope. HEX triplet: E4, 86 and FE. RGB value is (228,134,254). Sum of RGB (Red+Green+Blue) = 228+134+254=616 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.01% from 616); Green value is 134 (52.73% from 255 or 21.75% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #E486FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E486FE is #1B7901. Grayscale: #AFAFAF. Windows color (decimal): -1800450 or 16680676. OLE color: 16680676.

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

Color convert

RGB 228 134 254 -
CMYK 0.10 0.47 0 0.00
HSL 287º 0.98% 0.76% -
HSV(B) 287º 0.47% 1% -
XYZ 58.41 40.7 98.54 -
YUV 175.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 228 134 254 0.10 0.47 0 0.00 287 0.98 0.76
Hex E4 86 FE A 2F 0 0 11F 62 4C
Octal 344 206 376 12 57 0 0 437 142 114
Binary 11100100 10000110 11111110 1010 101111 0 0 100011111 1100010 1001100

Color Harmonies of #E486FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E486FE

Black with #E486FE

Text Example


Text Example

White with #E486FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E486FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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