Html Css Color HEX #E06EFE Heliotrope

📋 copy color: '#E06EFE'

red 224 ◦ green 110 ◦ blue 254

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

Shades of Heliotrope #E06EFE

Tints of Heliotrope #E06EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.71%

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 38.1%
G = 18.71%
B = 43.2%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E06EFE (or 0xE06EFE) is known color: Heliotrope. HEX triplet: E0, 6E and FE. RGB value is (224,110,254). Sum of RGB (Red+Green+Blue) = 224+110+254=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 110 (43.36% from 255 or 18.71% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #E06EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06EFE is #1F9101. Grayscale: #A0A0A0. Windows color (decimal): -2068738 or 16674528. OLE color: 16674528.

HSL color Cylindrical-coordinate representation of color #E06EFE: hue angle of 287.5º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06EFE is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 110 254 -
CMYK 0.12 0.57 0 0.00
HSL 287.5º 0.99% 0.71% -
HSV(B) 287.5º 0.57% 1% -
XYZ 54.21 34.15 97.5 -
YUV 160.5 180.77 173.29 -
System Red Green Blue C M Y K H S L
Decimal 224 110 254 0.12 0.57 0 0.00 287.5 0.99 0.71
Hex E0 6E FE C 39 0 0 120 63 47
Octal 340 156 376 14 71 0 0 440 143 107
Binary 11100000 1101110 11111110 1100 111001 0 0 100100000 1100011 1000111

Color Harmonies of #E06EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06EFE

Black with #E06EFE

Text Example


Text Example

White with #E06EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06EFE; }

 p { color: rgb(224,110,254); }

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

background-color css

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

 a { background-color: rgb(224,110,254); }

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

border-color css

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

 span { border-color: rgb(224,110,254); }

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