Html Css Color HEX #E170F0 Heliotrope

📋 copy color: '#E170F0'

red 225 ◦ green 112 ◦ blue 240

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

Shades of Heliotrope #E170F0

Tints of Heliotrope #E170F0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.41%

 BLUE value IS 240 (94.14% from 255) = 41.59%

R = 38.99%
G = 19.41%
B = 41.59%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E170F0 (or 0xE170F0) is known color: Heliotrope. HEX triplet: E1, 70 and F0. RGB value is (225,112,240). Sum of RGB (Red+Green+Blue) = 225+112+240=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #E170F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E170F0 is #1E8F0F. Grayscale: #9F9F9F. Windows color (decimal): -2002704 or 15757537. OLE color: 15757537.

HSL color Cylindrical-coordinate representation of color #E170F0: hue angle of 292.97º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E170F0 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 112 240 -
CMYK 0.06 0.53 0 0.06
HSL 292.97º 0.81% 0.69% -
HSV(B) 292.97º 0.53% 0.94% -
XYZ 52.57 33.89 86.21 -
YUV 160.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 225 112 240 0.06 0.53 0 0.06 292.97 0.81 0.69
Hex E1 70 F0 6 35 0 6 125 51 45
Octal 341 160 360 6 65 0 6 445 121 105
Binary 11100001 1110000 11110000 110 110101 0 110 100100101 1010001 1000101

Color Harmonies of #E170F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170F0

Black with #E170F0

Text Example


Text Example

White with #E170F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170F0; }

 p { color: rgb(225,112,240); }

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

background-color css

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

 a { background-color: rgb(225,112,240); }

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

border-color css

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

 span { border-color: rgb(225,112,240); }

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