Html Css Color HEX #E166F0 Heliotrope

📋 copy color: '#E166F0'

red 225 ◦ green 102 ◦ blue 240

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

Shades of Heliotrope #E166F0

Tints of Heliotrope #E166F0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.99%

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

R = 39.68%
G = 17.99%
B = 42.33%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E166F0 (or 0xE166F0) is known color: Heliotrope. HEX triplet: E1, 66 and F0. RGB value is (225,102,240). Sum of RGB (Red+Green+Blue) = 225+102+240=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 102 (40.23% from 255 or 17.99% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #E166F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E166F0 is #1E990F. Grayscale: #9A9A9A. Windows color (decimal): -2005264 or 15754977. OLE color: 15754977.

HSL color Cylindrical-coordinate representation of color #E166F0: hue angle of 293.48º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E166F0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 102 240 -
CMYK 0.06 0.58 0 0.06
HSL 293.48º 0.82% 0.67% -
HSV(B) 293.48º 0.58% 0.94% -
XYZ 51.53 31.8 85.86 -
YUV 154.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 225 102 240 0.06 0.58 0 0.06 293.48 0.82 0.67
Hex E1 66 F0 6 3A 0 6 125 52 43
Octal 341 146 360 6 72 0 6 445 122 103
Binary 11100001 1100110 11110000 110 111010 0 110 100100101 1010010 1000011

Color Harmonies of #E166F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E166F0

Black with #E166F0

Text Example


Text Example

White with #E166F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E166F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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