Html Css Color HEX #E056FD Heliotrope

📋 copy color: '#E056FD'

red 224 ◦ green 86 ◦ blue 253

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

Shades of Heliotrope #E056FD

Tints of Heliotrope #E056FD

RGB

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

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

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

R = 39.79%
G = 15.28%
B = 44.94%

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

#E056FD (or 0xE056FD) is known color: Heliotrope. HEX triplet: E0, 56 and FD. RGB value is (224,86,253). Sum of RGB (Red+Green+Blue) = 224+86+253=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 86 (33.98% from 255 or 15.28% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #E056FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E056FD is #1FA902. Grayscale: #919191. Windows color (decimal): -2074883 or 16602848. OLE color: 16602848.

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

Color convert

RGB 224 86 253 -
CMYK 0.11 0.66 0 0.01
HSL 289.58º 0.98% 0.66% -
HSV(B) 289.58º 0.66% 0.99% -
XYZ 51.8 29.59 95.91 -
YUV 146.3 188.22 183.42 -
System Red Green Blue C M Y K H S L
Decimal 224 86 253 0.11 0.66 0 0.01 289.58 0.98 0.66
Hex E0 56 FD B 42 0 1 122 62 42
Octal 340 126 375 13 102 0 1 442 142 102
Binary 11100000 1010110 11111101 1011 1000010 0 1 100100010 1100010 1000010

Color Harmonies of #E056FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E056FD

Black with #E056FD

Text Example


Text Example

White with #E056FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E056FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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