Html Css Color HEX #E156FB Heliotrope

📋 copy color: '#E156FB'

red 225 ◦ green 86 ◦ blue 251

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

Shades of Heliotrope #E156FB

Tints of Heliotrope #E156FB

RGB

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

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

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

R = 40.04%
G = 15.3%
B = 44.66%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E156FB (or 0xE156FB) is known color: Heliotrope. HEX triplet: E1, 56 and FB. RGB value is (225,86,251). Sum of RGB (Red+Green+Blue) = 225+86+251=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 86 (33.98% from 255 or 15.30% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #E156FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E156FB is #1EA904. Grayscale: #919191. Windows color (decimal): -2009349 or 16471777. OLE color: 16471777.

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

Color convert

RGB 225 86 251 -
CMYK 0.10 0.66 0 0.02
HSL 290.55º 0.95% 0.66% -
HSV(B) 290.55º 0.66% 0.98% -
XYZ 51.79 29.63 94.26 -
YUV 146.37 187.05 184.08 -
System Red Green Blue C M Y K H S L
Decimal 225 86 251 0.10 0.66 0 0.02 290.55 0.95 0.66
Hex E1 56 FB A 42 0 2 123 5F 42
Octal 341 126 373 12 102 0 2 443 137 102
Binary 11100001 1010110 11111011 1010 1000010 0 10 100100011 1011111 1000010

Color Harmonies of #E156FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E156FB

Black with #E156FB

Text Example


Text Example

White with #E156FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E156FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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