Html Css Color HEX #E051FC Heliotrope

📋 copy color: '#E051FC'

red 224 ◦ green 81 ◦ blue 252

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

Shades of Heliotrope #E051FC

Tints of Heliotrope #E051FC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.54%

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

R = 40.22%
G = 14.54%
B = 45.24%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E051FC (or 0xE051FC) is known color: Heliotrope. HEX triplet: E0, 51 and FC. RGB value is (224,81,252). Sum of RGB (Red+Green+Blue) = 224+81+252=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 81 (32.03% from 255 or 14.54% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #E051FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E051FC is #1FAE03. Grayscale: #8E8E8E. Windows color (decimal): -2076164 or 16536032. OLE color: 16536032.

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

Color convert

RGB 224 81 252 -
CMYK 0.11 0.68 0 0.01
HSL 290.18º 0.97% 0.65% -
HSV(B) 290.18º 0.68% 0.99% -
XYZ 51.25 28.76 94.95 -
YUV 143.25 189.38 185.6 -
System Red Green Blue C M Y K H S L
Decimal 224 81 252 0.11 0.68 0 0.01 290.18 0.97 0.65
Hex E0 51 FC B 44 0 1 122 61 41
Octal 340 121 374 13 104 0 1 442 141 101
Binary 11100000 1010001 11111100 1011 1000100 0 1 100100010 1100001 1000001

Color Harmonies of #E051FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E051FC

Black with #E051FC

Text Example


Text Example

White with #E051FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E051FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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