Html Css Color HEX #E086FC Heliotrope

📋 copy color: '#E086FC'

red 224 ◦ green 134 ◦ blue 252

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

Shades of Heliotrope #E086FC

Tints of Heliotrope #E086FC

RGB

 RED value IS 224 (87.89% from 255) = 36.72%

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

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 36.72%
G = 21.97%
B = 41.31%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E086FC (or 0xE086FC) is known color: Heliotrope. HEX triplet: E0, 86 and FC. RGB value is (224,134,252). Sum of RGB (Red+Green+Blue) = 224+134+252=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 134 (52.73% from 255 or 21.97% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #E086FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E086FC is #1F7903. Grayscale: #ADADAD. Windows color (decimal): -2062596 or 16549600. OLE color: 16549600.

HSL color Cylindrical-coordinate representation of color #E086FC: hue angle of 285.76º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E086FC is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 134 252 -
CMYK 0.11 0.47 0 0.01
HSL 285.76º 0.95% 0.76% -
HSV(B) 285.76º 0.47% 0.99% -
XYZ 56.84 39.93 96.81 -
YUV 174.36 171.82 163.41 -
System Red Green Blue C M Y K H S L
Decimal 224 134 252 0.11 0.47 0 0.01 285.76 0.95 0.76
Hex E0 86 FC B 2F 0 1 11E 5F 4C
Octal 340 206 374 13 57 0 1 436 137 114
Binary 11100000 10000110 11111100 1011 101111 0 1 100011110 1011111 1001100

Color Harmonies of #E086FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E086FC

Black with #E086FC

Text Example


Text Example

White with #E086FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E086FC; }

 p { color: rgb(224,134,252); }

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

background-color css

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

 a { background-color: rgb(224,134,252); }

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

border-color css

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

 span { border-color: rgb(224,134,252); }

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