Html Css Color HEX #E256FC Heliotrope

📋 copy color: '#E256FC'

red 226 ◦ green 86 ◦ blue 252

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

Shades of Heliotrope #E256FC

Tints of Heliotrope #E256FC

RGB

 RED value IS 226 (88.67% from 255) = 40.07%

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

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

R = 40.07%
G = 15.25%
B = 44.68%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E256FC (or 0xE256FC) is known color: Heliotrope. HEX triplet: E2, 56 and FC. RGB value is (226,86,252). Sum of RGB (Red+Green+Blue) = 226+86+252=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 86 (33.98% from 255 or 15.25% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #E256FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E256FC is #1DA903. Grayscale: #929292. Windows color (decimal): -1943812 or 16537314. OLE color: 16537314.

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

Color convert

RGB 226 86 252 -
CMYK 0.10 0.66 0 0.01
HSL 290.6º 0.97% 0.66% -
HSV(B) 290.6º 0.66% 0.99% -
XYZ 52.26 29.85 95.1 -
YUV 146.78 187.38 184.5 -
System Red Green Blue C M Y K H S L
Decimal 226 86 252 0.10 0.66 0 0.01 290.6 0.97 0.66
Hex E2 56 FC A 42 0 1 123 61 42
Octal 342 126 374 12 102 0 1 443 141 102
Binary 11100010 1010110 11111100 1010 1000010 0 1 100100011 1100001 1000010

Color Harmonies of #E256FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E256FC

Black with #E256FC

Text Example


Text Example

White with #E256FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E256FC; }

 p { color: rgb(226,86,252); }

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

background-color css

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

 a { background-color: rgb(226,86,252); }

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

border-color css

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

 span { border-color: rgb(226,86,252); }

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