Html Css Color HEX #E06FEC Heliotrope

📋 copy color: '#E06FEC'

red 224 ◦ green 111 ◦ blue 236

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

Shades of Heliotrope #E06FEC

Tints of Heliotrope #E06FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.44%

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 39.23%
G = 19.44%
B = 41.33%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E06FEC (or 0xE06FEC) is known color: Heliotrope. HEX triplet: E0, 6F and EC. RGB value is (224,111,236). Sum of RGB (Red+Green+Blue) = 224+111+236=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #E06FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06FEC is #1F9013. Grayscale: #9E9E9E. Windows color (decimal): -2068500 or 15495136. OLE color: 15495136.

HSL color Cylindrical-coordinate representation of color #E06FEC: hue angle of 294.24º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06FEC is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 111 236 -
CMYK 0.05 0.53 0 0.07
HSL 294.24º 0.77% 0.68% -
HSV(B) 294.24º 0.53% 0.93% -
XYZ 51.57 33.27 83.06 -
YUV 159.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 224 111 236 0.05 0.53 0 0.07 294.24 0.77 0.68
Hex E0 6F EC 5 35 0 7 126 4D 44
Octal 340 157 354 5 65 0 7 446 115 104
Binary 11100000 1101111 11101100 101 110101 0 111 100100110 1001101 1000100

Color Harmonies of #E06FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FEC

Black with #E06FEC

Text Example


Text Example

White with #E06FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FEC; }

 p { color: rgb(224,111,236); }

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

background-color css

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

 a { background-color: rgb(224,111,236); }

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

border-color css

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

 span { border-color: rgb(224,111,236); }

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