Html Css Color HEX #E156FC Heliotrope

📋 copy color: '#E156FC'

red 225 ◦ green 86 ◦ blue 252

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

Shades of Heliotrope #E156FC

Tints of Heliotrope #E156FC

RGB

 RED value IS 225 (88.28% from 255) = 39.96%

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

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

R = 39.96%
G = 15.28%
B = 44.76%

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

#E156FC (or 0xE156FC) is known color: Heliotrope. HEX triplet: E1, 56 and FC. RGB value is (225,86,252). Sum of RGB (Red+Green+Blue) = 225+86+252=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 86 (33.98% from 255 or 15.28% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #E156FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E156FC is #1EA903. Grayscale: #919191. Windows color (decimal): -2009348 or 16537313. OLE color: 16537313.

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

Color convert

RGB 225 86 252 -
CMYK 0.11 0.66 0 0.01
HSL 290.24º 0.97% 0.66% -
HSV(B) 290.24º 0.66% 0.99% -
XYZ 51.95 29.69 95.09 -
YUV 146.49 187.55 184 -
System Red Green Blue C M Y K H S L
Decimal 225 86 252 0.11 0.66 0 0.01 290.24 0.97 0.66
Hex E1 56 FC B 42 0 1 122 61 42
Octal 341 126 374 13 102 0 1 442 141 102
Binary 11100001 1010110 11111100 1011 1000010 0 1 100100010 1100001 1000010

Color Harmonies of #E156FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E156FC

Black with #E156FC

Text Example


Text Example

White with #E156FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E156FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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