Html Css Color HEX #E158F6 Heliotrope

📋 copy color: '#E158F6'

red 225 ◦ green 88 ◦ blue 246

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

Shades of Heliotrope #E158F6

Tints of Heliotrope #E158F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.01%

R = 40.25%
G = 15.74%
B = 44.01%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E158F6 (or 0xE158F6) is known color: Heliotrope. HEX triplet: E1, 58 and F6. RGB value is (225,88,246). Sum of RGB (Red+Green+Blue) = 225+88+246=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 88 (34.77% from 255 or 15.74% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #E158F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E158F6 is #1EA709. Grayscale: #929292. Windows color (decimal): -2008842 or 16144609. OLE color: 16144609.

HSL color Cylindrical-coordinate representation of color #E158F6: hue angle of 292.03º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E158F6 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 88 246 -
CMYK 0.09 0.64 0 0.04
HSL 292.03º 0.9% 0.65% -
HSV(B) 292.03º 0.64% 0.96% -
XYZ 51.18 29.64 90.21 -
YUV 146.98 183.89 183.65 -
System Red Green Blue C M Y K H S L
Decimal 225 88 246 0.09 0.64 0 0.04 292.03 0.9 0.65
Hex E1 58 F6 9 40 0 4 124 5A 41
Octal 341 130 366 11 100 0 4 444 132 101
Binary 11100001 1011000 11110110 1001 1000000 0 100 100100100 1011010 1000001

Color Harmonies of #E158F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E158F6

Black with #E158F6

Text Example


Text Example

White with #E158F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E158F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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