Html Css Color HEX #E056FC Heliotrope

📋 copy color: '#E056FC'

red 224 ◦ green 86 ◦ blue 252

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

Shades of Heliotrope #E056FC

Tints of Heliotrope #E056FC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.3%

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

R = 39.86%
G = 15.3%
B = 44.84%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E056FC (or 0xE056FC) is known color: Heliotrope. HEX triplet: E0, 56 and FC. RGB value is (224,86,252). Sum of RGB (Red+Green+Blue) = 224+86+252=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 86 (33.98% from 255 or 15.30% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #E056FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E056FC is #1FA903. Grayscale: #919191. Windows color (decimal): -2074884 or 16537312. OLE color: 16537312.

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

Color convert

RGB 224 86 252 -
CMYK 0.11 0.66 0 0.01
HSL 289.88º 0.97% 0.66% -
HSV(B) 289.88º 0.66% 0.99% -
XYZ 51.64 29.53 95.07 -
YUV 146.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 224 86 252 0.11 0.66 0 0.01 289.88 0.97 0.66
Hex E0 56 FC B 42 0 1 122 61 42
Octal 340 126 374 13 102 0 1 442 141 102
Binary 11100000 1010110 11111100 1011 1000010 0 1 100100010 1100001 1000010

Color Harmonies of #E056FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E056FC

Black with #E056FC

Text Example


Text Example

White with #E056FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E056FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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