Html Css Color HEX #E158FC Heliotrope

📋 copy color: '#E158FC'

red 225 ◦ green 88 ◦ blue 252

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

Shades of Heliotrope #E158FC

Tints of Heliotrope #E158FC

RGB

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

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

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

R = 39.82%
G = 15.58%
B = 44.6%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E158FC (or 0xE158FC) is known color: Heliotrope. HEX triplet: E1, 58 and FC. RGB value is (225,88,252). Sum of RGB (Red+Green+Blue) = 225+88+252=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 88 (34.77% from 255 or 15.58% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #E158FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E158FC is #1EA703. Grayscale: #939393. Windows color (decimal): -2008836 or 16537825. OLE color: 16537825.

HSL color Cylindrical-coordinate representation of color #E158FC: hue angle of 290.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E158FC is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 88 252 -
CMYK 0.11 0.65 0 0.01
HSL 290.12º 0.96% 0.67% -
HSV(B) 290.12º 0.65% 0.99% -
XYZ 52.11 30.02 95.14 -
YUV 147.66 186.89 183.16 -
System Red Green Blue C M Y K H S L
Decimal 225 88 252 0.11 0.65 0 0.01 290.12 0.96 0.67
Hex E1 58 FC B 41 0 1 122 60 43
Octal 341 130 374 13 101 0 1 442 140 103
Binary 11100001 1011000 11111100 1011 1000001 0 1 100100010 1100000 1000011

Color Harmonies of #E158FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E158FC

Black with #E158FC

Text Example


Text Example

White with #E158FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E158FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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