Html Css Color HEX #E164FD Heliotrope

📋 copy color: '#E164FD'

red 225 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #E164FD

Tints of Heliotrope #E164FD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.3%

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

R = 38.93%
G = 17.3%
B = 43.77%

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

#E164FD (or 0xE164FD) is known color: Heliotrope. HEX triplet: E1, 64 and FD. RGB value is (225,100,253). Sum of RGB (Red+Green+Blue) = 225+100+253=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 100 (39.45% from 255 or 17.30% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #E164FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E164FD is #1E9B02. Grayscale: #9A9A9A. Windows color (decimal): -2005763 or 16606433. OLE color: 16606433.

HSL color Cylindrical-coordinate representation of color #E164FD: hue angle of 289.02º degrees, saturation: 0.97, 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 #E164FD is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 100 253 -
CMYK 0.11 0.60 0 0.01
HSL 289.02º 0.97% 0.69% -
HSV(B) 289.02º 0.6% 0.99% -
XYZ 53.34 32.21 96.34 -
YUV 154.82 183.41 178.06 -
System Red Green Blue C M Y K H S L
Decimal 225 100 253 0.11 0.60 0 0.01 289.02 0.97 0.69
Hex E1 64 FD B 3C 0 1 121 61 45
Octal 341 144 375 13 74 0 1 441 141 105
Binary 11100001 1100100 11111101 1011 111100 0 1 100100001 1100001 1000101

Color Harmonies of #E164FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E164FD

Black with #E164FD

Text Example


Text Example

White with #E164FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E164FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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