Html Css Color HEX #E155FC Heliotrope

📋 copy color: '#E155FC'

red 225 ◦ green 85 ◦ blue 252

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

Shades of Heliotrope #E155FC

Tints of Heliotrope #E155FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.12%

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

R = 40.04%
G = 15.12%
B = 44.84%

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

#E155FC (or 0xE155FC) is known color: Heliotrope. HEX triplet: E1, 55 and FC. RGB value is (225,85,252). Sum of RGB (Red+Green+Blue) = 225+85+252=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #E155FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E155FC is #1EAA03. Grayscale: #919191. Windows color (decimal): -2009604 or 16537057. OLE color: 16537057.

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

Color convert

RGB 225 85 252 -
CMYK 0.11 0.66 0 0.01
HSL 290.3º 0.97% 0.66% -
HSV(B) 290.3º 0.66% 0.99% -
XYZ 51.87 29.53 95.06 -
YUV 145.9 187.88 184.42 -
System Red Green Blue C M Y K H S L
Decimal 225 85 252 0.11 0.66 0 0.01 290.3 0.97 0.66
Hex E1 55 FC B 42 0 1 122 61 42
Octal 341 125 374 13 102 0 1 442 141 102
Binary 11100001 1010101 11111100 1011 1000010 0 1 100100010 1100001 1000010

Color Harmonies of #E155FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E155FC

Black with #E155FC

Text Example


Text Example

White with #E155FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E155FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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