Html Css Color HEX #E054FC Heliotrope

📋 copy color: '#E054FC'

red 224 ◦ green 84 ◦ blue 252

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

Shades of Heliotrope #E054FC

Tints of Heliotrope #E054FC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15%

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

R = 40%
G = 15%
B = 45%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E054FC (or 0xE054FC) is known color: Heliotrope. HEX triplet: E0, 54 and FC. RGB value is (224,84,252). Sum of RGB (Red+Green+Blue) = 224+84+252=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 84 (33.20% from 255 or 15% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #E054FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E054FC is #1FAB03. Grayscale: #909090. Windows color (decimal): -2075396 or 16536800. OLE color: 16536800.

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

Color convert

RGB 224 84 252 -
CMYK 0.11 0.67 0 0.01
HSL 290º 0.97% 0.66% -
HSV(B) 290º 0.67% 0.99% -
XYZ 51.48 29.22 95.02 -
YUV 145.01 188.38 184.34 -
System Red Green Blue C M Y K H S L
Decimal 224 84 252 0.11 0.67 0 0.01 290 0.97 0.66
Hex E0 54 FC B 43 0 1 122 61 42
Octal 340 124 374 13 103 0 1 442 141 102
Binary 11100000 1010100 11111100 1011 1000011 0 1 100100010 1100001 1000010

Color Harmonies of #E054FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E054FC

Black with #E054FC

Text Example


Text Example

White with #E054FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E054FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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