Html Css Color HEX #E158FA Heliotrope

📋 copy color: '#E158FA'

red 225 ◦ green 88 ◦ blue 250

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

Shades of Heliotrope #E158FA

Tints of Heliotrope #E158FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.63%

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

R = 39.96%
G = 15.63%
B = 44.4%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E158FA (or 0xE158FA) is known color: Heliotrope. HEX triplet: E1, 58 and FA. RGB value is (225,88,250). Sum of RGB (Red+Green+Blue) = 225+88+250=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 88 (34.77% from 255 or 15.63% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #E158FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E158FA is #1EA705. Grayscale: #929292. Windows color (decimal): -2008838 or 16406753. OLE color: 16406753.

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

Color convert

RGB 225 88 250 -
CMYK 0.10 0.65 0 0.02
HSL 290.74º 0.94% 0.66% -
HSV(B) 290.74º 0.65% 0.98% -
XYZ 51.8 29.89 93.48 -
YUV 147.43 185.89 183.33 -
System Red Green Blue C M Y K H S L
Decimal 225 88 250 0.10 0.65 0 0.02 290.74 0.94 0.66
Hex E1 58 FA A 41 0 2 123 5E 42
Octal 341 130 372 12 101 0 2 443 136 102
Binary 11100001 1011000 11111010 1010 1000001 0 10 100100011 1011110 1000010

Color Harmonies of #E158FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E158FA

Black with #E158FA

Text Example


Text Example

White with #E158FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E158FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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