Html Css Color HEX #E064FD Heliotrope

📋 copy color: '#E064FD'

red 224 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #E064FD

Tints of Heliotrope #E064FD

RGB

 RED value IS 224 (87.89% from 255) = 38.82%

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

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

R = 38.82%
G = 17.33%
B = 43.85%

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

#E064FD (or 0xE064FD) is known color: Heliotrope. HEX triplet: E0, 64 and FD. RGB value is (224,100,253). Sum of RGB (Red+Green+Blue) = 224+100+253=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 100 (39.45% from 255 or 17.33% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #E064FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E064FD is #1F9B02. Grayscale: #9A9A9A. Windows color (decimal): -2071299 or 16606432. OLE color: 16606432.

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

Color convert

RGB 224 100 253 -
CMYK 0.11 0.60 0 0.01
HSL 288.63º 0.97% 0.69% -
HSV(B) 288.63º 0.6% 0.99% -
XYZ 53.03 32.05 96.32 -
YUV 154.52 183.58 177.56 -
System Red Green Blue C M Y K H S L
Decimal 224 100 253 0.11 0.60 0 0.01 288.63 0.97 0.69
Hex E0 64 FD B 3C 0 1 121 61 45
Octal 340 144 375 13 74 0 1 441 141 105
Binary 11100000 1100100 11111101 1011 111100 0 1 100100001 1100001 1000101

Color Harmonies of #E064FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E064FD

Black with #E064FD

Text Example


Text Example

White with #E064FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E064FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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