Html Css Color HEX #E06EFC Heliotrope

📋 copy color: '#E06EFC'

red 224 ◦ green 110 ◦ blue 252

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

Shades of Heliotrope #E06EFC

Tints of Heliotrope #E06EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43%

R = 38.23%
G = 18.77%
B = 43%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E06EFC (or 0xE06EFC) is known color: Heliotrope. HEX triplet: E0, 6E and FC. RGB value is (224,110,252). Sum of RGB (Red+Green+Blue) = 224+110+252=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 110 (43.36% from 255 or 18.77% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #E06EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06EFC is #1F9103. Grayscale: #9F9F9F. Windows color (decimal): -2068740 or 16543456. OLE color: 16543456.

HSL color Cylindrical-coordinate representation of color #E06EFC: hue angle of 288.17º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06EFC is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 110 252 -
CMYK 0.11 0.56 0 0.01
HSL 288.17º 0.96% 0.71% -
HSV(B) 288.17º 0.56% 0.99% -
XYZ 53.89 34.03 95.82 -
YUV 160.27 179.77 173.45 -
System Red Green Blue C M Y K H S L
Decimal 224 110 252 0.11 0.56 0 0.01 288.17 0.96 0.71
Hex E0 6E FC B 38 0 1 120 60 47
Octal 340 156 374 13 70 0 1 440 140 107
Binary 11100000 1101110 11111100 1011 111000 0 1 100100000 1100000 1000111

Color Harmonies of #E06EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06EFC

Black with #E06EFC

Text Example


Text Example

White with #E06EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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