Html Css Color HEX #E166FC Heliotrope

📋 copy color: '#E166FC'

red 225 ◦ green 102 ◦ blue 252

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

Shades of Heliotrope #E166FC

Tints of Heliotrope #E166FC

RGB

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

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

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

R = 38.86%
G = 17.62%
B = 43.52%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E166FC (or 0xE166FC) is known color: Heliotrope. HEX triplet: E1, 66 and FC. RGB value is (225,102,252). Sum of RGB (Red+Green+Blue) = 225+102+252=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 102 (40.23% from 255 or 17.62% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #E166FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E166FC is #1E9903. Grayscale: #9B9B9B. Windows color (decimal): -2005252 or 16541409. OLE color: 16541409.

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

Color convert

RGB 225 102 252 -
CMYK 0.11 0.60 0 0.01
HSL 289.2º 0.96% 0.69% -
HSV(B) 289.2º 0.6% 0.99% -
XYZ 53.37 32.54 95.56 -
YUV 155.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 225 102 252 0.11 0.60 0 0.01 289.2 0.96 0.69
Hex E1 66 FC B 3C 0 1 121 60 45
Octal 341 146 374 13 74 0 1 441 140 105
Binary 11100001 1100110 11111100 1011 111100 0 1 100100001 1100000 1000101

Color Harmonies of #E166FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E166FC

Black with #E166FC

Text Example


Text Example

White with #E166FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E166FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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