Html Css Color HEX #E166FD Heliotrope

📋 copy color: '#E166FD'

red 225 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #E166FD

Tints of Heliotrope #E166FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.62%

R = 38.79%
G = 17.59%
B = 43.62%

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

#E166FD (or 0xE166FD) is known color: Heliotrope. HEX triplet: E1, 66 and FD. RGB value is (225,102,253). Sum of RGB (Red+Green+Blue) = 225+102+253=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 102 (40.23% from 255 or 17.59% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #E166FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E166FD is #1E9902. Grayscale: #9B9B9B. Windows color (decimal): -2005251 or 16606945. OLE color: 16606945.

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

Color convert

RGB 225 102 253 -
CMYK 0.11 0.60 0 0.01
HSL 288.87º 0.97% 0.7% -
HSV(B) 288.87º 0.6% 0.99% -
XYZ 53.53 32.6 96.4 -
YUV 155.99 182.75 177.22 -
System Red Green Blue C M Y K H S L
Decimal 225 102 253 0.11 0.60 0 0.01 288.87 0.97 0.7
Hex E1 66 FD B 3C 0 1 121 61 46
Octal 341 146 375 13 74 0 1 441 141 106
Binary 11100001 1100110 11111101 1011 111100 0 1 100100001 1100001 1000110

Color Harmonies of #E166FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E166FD

Black with #E166FD

Text Example


Text Example

White with #E166FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E166FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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