Html Css Color HEX #E056FB Heliotrope

📋 copy color: '#E056FB'

red 224 ◦ green 86 ◦ blue 251

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

Shades of Heliotrope #E056FB

Tints of Heliotrope #E056FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.74%

R = 39.93%
G = 15.33%
B = 44.74%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E056FB (or 0xE056FB) is known color: Heliotrope. HEX triplet: E0, 56 and FB. RGB value is (224,86,251). Sum of RGB (Red+Green+Blue) = 224+86+251=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 86 (33.98% from 255 or 15.33% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #E056FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E056FB is #1FA904. Grayscale: #919191. Windows color (decimal): -2074885 or 16471776. OLE color: 16471776.

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

Color convert

RGB 224 86 251 -
CMYK 0.11 0.66 0 0.02
HSL 290.18º 0.95% 0.66% -
HSV(B) 290.18º 0.66% 0.98% -
XYZ 51.48 29.47 94.24 -
YUV 146.07 187.22 183.58 -
System Red Green Blue C M Y K H S L
Decimal 224 86 251 0.11 0.66 0 0.02 290.18 0.95 0.66
Hex E0 56 FB B 42 0 2 122 5F 42
Octal 340 126 373 13 102 0 2 442 137 102
Binary 11100000 1010110 11111011 1011 1000010 0 10 100100010 1011111 1000010

Color Harmonies of #E056FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E056FB

Black with #E056FB

Text Example


Text Example

White with #E056FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E056FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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