Html Css Color HEX #E166FA Heliotrope

📋 copy color: '#E166FA'

red 225 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #E166FA

Tints of Heliotrope #E166FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.33%

R = 38.99%
G = 17.68%
B = 43.33%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E166FA (or 0xE166FA) is known color: Heliotrope. HEX triplet: E1, 66 and FA. RGB value is (225,102,250). Sum of RGB (Red+Green+Blue) = 225+102+250=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 102 (40.23% from 255 or 17.68% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #E166FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E166FA is #1E9905. Grayscale: #9B9B9B. Windows color (decimal): -2005254 or 16410337. OLE color: 16410337.

HSL color Cylindrical-coordinate representation of color #E166FA: hue angle of 289.86º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E166FA is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 102 250 -
CMYK 0.10 0.59 0 0.02
HSL 289.86º 0.94% 0.69% -
HSV(B) 289.86º 0.59% 0.98% -
XYZ 53.06 32.41 93.9 -
YUV 155.65 181.25 177.47 -
System Red Green Blue C M Y K H S L
Decimal 225 102 250 0.10 0.59 0 0.02 289.86 0.94 0.69
Hex E1 66 FA A 3B 0 2 122 5E 45
Octal 341 146 372 12 73 0 2 442 136 105
Binary 11100001 1100110 11111010 1010 111011 0 10 100100010 1011110 1000101

Color Harmonies of #E166FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E166FA

Black with #E166FA

Text Example


Text Example

White with #E166FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E166FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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