Html Css Color HEX #E178FA Heliotrope

📋 copy color: '#E178FA'

red 225 ◦ green 120 ◦ blue 250

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

Shades of Heliotrope #E178FA

Tints of Heliotrope #E178FA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.17%

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 37.82%
G = 20.17%
B = 42.02%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E178FA (or 0xE178FA) is known color: Heliotrope. HEX triplet: E1, 78 and FA. RGB value is (225,120,250). Sum of RGB (Red+Green+Blue) = 225+120+250=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 120 (47.27% from 255 or 20.17% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #E178FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E178FA is #1E8705. Grayscale: #A5A5A5. Windows color (decimal): -2000646 or 16414945. OLE color: 16414945.

HSL color Cylindrical-coordinate representation of color #E178FA: hue angle of 288.46º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E178FA is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 120 250 -
CMYK 0.10 0.52 0 0.02
HSL 288.46º 0.93% 0.73% -
HSV(B) 288.46º 0.52% 0.98% -
XYZ 55.02 36.34 94.56 -
YUV 166.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 225 120 250 0.10 0.52 0 0.02 288.46 0.93 0.73
Hex E1 78 FA A 34 0 2 120 5D 49
Octal 341 170 372 12 64 0 2 440 135 111
Binary 11100001 1111000 11111010 1010 110100 0 10 100100000 1011101 1001001

Color Harmonies of #E178FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178FA

Black with #E178FA

Text Example


Text Example

White with #E178FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178FA; }

 p { color: rgb(225,120,250); }

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

background-color css

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

 a { background-color: rgb(225,120,250); }

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

border-color css

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

 span { border-color: rgb(225,120,250); }

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