Html Css Color HEX #E064EE Heliotrope

📋 copy color: '#E064EE'

red 224 ◦ green 100 ◦ blue 238

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

Shades of Heliotrope #E064EE

Tints of Heliotrope #E064EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.35%

R = 39.86%
G = 17.79%
B = 42.35%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E064EE (or 0xE064EE) is known color: Heliotrope. HEX triplet: E0, 64 and EE. RGB value is (224,100,238). Sum of RGB (Red+Green+Blue) = 224+100+238=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #E064EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E064EE is #1F9B11. Grayscale: #989898. Windows color (decimal): -2071314 or 15623392. OLE color: 15623392.

HSL color Cylindrical-coordinate representation of color #E064EE: hue angle of 293.91º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E064EE is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 100 238 -
CMYK 0.06 0.58 0 0.07
HSL 293.91º 0.8% 0.66% -
HSV(B) 293.91º 0.58% 0.93% -
XYZ 50.73 31.13 84.22 -
YUV 152.81 176.08 178.78 -
System Red Green Blue C M Y K H S L
Decimal 224 100 238 0.06 0.58 0 0.07 293.91 0.8 0.66
Hex E0 64 EE 6 3A 0 7 126 50 42
Octal 340 144 356 6 72 0 7 446 120 102
Binary 11100000 1100100 11101110 110 111010 0 111 100100110 1010000 1000010

Color Harmonies of #E064EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E064EE

Black with #E064EE

Text Example


Text Example

White with #E064EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E064EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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