Html Css Color HEX #E166FE Heliotrope

📋 copy color: '#E166FE'

red 225 ◦ green 102 ◦ blue 254

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

Shades of Heliotrope #E166FE

Tints of Heliotrope #E166FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 38.73%
G = 17.56%
B = 43.72%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E166FE (or 0xE166FE) is known color: Heliotrope. HEX triplet: E1, 66 and FE. RGB value is (225,102,254). Sum of RGB (Red+Green+Blue) = 225+102+254=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 102 (40.23% from 255 or 17.56% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #E166FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E166FE is #1E9901. Grayscale: #9B9B9B. Windows color (decimal): -2005250 or 16672481. OLE color: 16672481.

HSL color Cylindrical-coordinate representation of color #E166FE: hue angle of 288.55º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E166FE is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 102 254 -
CMYK 0.11 0.60 0 0.00
HSL 288.55º 0.99% 0.7% -
HSV(B) 288.55º 0.6% 1% -
XYZ 53.69 32.67 97.24 -
YUV 156.11 183.25 177.14 -
System Red Green Blue C M Y K H S L
Decimal 225 102 254 0.11 0.60 0 0.00 288.55 0.99 0.7
Hex E1 66 FE B 3C 0 0 121 63 46
Octal 341 146 376 13 74 0 0 441 143 106
Binary 11100001 1100110 11111110 1011 111100 0 0 100100001 1100011 1000110

Color Harmonies of #E166FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E166FE

Black with #E166FE

Text Example


Text Example

White with #E166FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E166FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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