Html Css Color HEX #E156FE Heliotrope

📋 copy color: '#E156FE'

red 225 ◦ green 86 ◦ blue 254

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

Shades of Heliotrope #E156FE

Tints of Heliotrope #E156FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 39.82%
G = 15.22%
B = 44.96%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E156FE (or 0xE156FE) is known color: Heliotrope. HEX triplet: E1, 56 and FE. RGB value is (225,86,254). Sum of RGB (Red+Green+Blue) = 225+86+254=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 86 (33.98% from 255 or 15.22% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #E156FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E156FE is #1EA901. Grayscale: #929292. Windows color (decimal): -2009346 or 16668385. OLE color: 16668385.

HSL color Cylindrical-coordinate representation of color #E156FE: hue angle of 289.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E156FE is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 86 254 -
CMYK 0.11 0.66 0 0.00
HSL 289.64º 0.99% 0.67% -
HSV(B) 289.64º 0.66% 1% -
XYZ 52.27 29.82 96.77 -
YUV 146.71 188.55 183.84 -
System Red Green Blue C M Y K H S L
Decimal 225 86 254 0.11 0.66 0 0.00 289.64 0.99 0.67
Hex E1 56 FE B 42 0 0 122 63 43
Octal 341 126 376 13 102 0 0 442 143 103
Binary 11100001 1010110 11111110 1011 1000010 0 0 100100010 1100011 1000011

Color Harmonies of #E156FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E156FE

Black with #E156FE

Text Example


Text Example

White with #E156FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E156FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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