Html Css Color HEX #E054FD Heliotrope

📋 copy color: '#E054FD'

red 224 ◦ green 84 ◦ blue 253

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

Shades of Heliotrope #E054FD

Tints of Heliotrope #E054FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 39.93%
G = 14.97%
B = 45.1%

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

#E054FD (or 0xE054FD) is known color: Heliotrope. HEX triplet: E0, 54 and FD. RGB value is (224,84,253). Sum of RGB (Red+Green+Blue) = 224+84+253=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 84 (33.20% from 255 or 14.97% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #E054FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E054FD is #1FAB02. Grayscale: #909090. Windows color (decimal): -2075395 or 16602336. OLE color: 16602336.

HSL color Cylindrical-coordinate representation of color #E054FD: hue angle of 289.7º degrees, saturation: 0.98, 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 #E054FD is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 84 253 -
CMYK 0.11 0.67 0 0.01
HSL 289.7º 0.98% 0.66% -
HSV(B) 289.7º 0.67% 0.99% -
XYZ 51.64 29.28 95.86 -
YUV 145.13 188.88 184.26 -
System Red Green Blue C M Y K H S L
Decimal 224 84 253 0.11 0.67 0 0.01 289.7 0.98 0.66
Hex E0 54 FD B 43 0 1 122 62 42
Octal 340 124 375 13 103 0 1 442 142 102
Binary 11100000 1010100 11111101 1011 1000011 0 1 100100010 1100010 1000010

Color Harmonies of #E054FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E054FD

Black with #E054FD

Text Example


Text Example

White with #E054FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E054FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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