Html Css Color HEX #E06AEC Heliotrope

📋 copy color: '#E06AEC'

red 224 ◦ green 106 ◦ blue 236

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

Shades of Heliotrope #E06AEC

Tints of Heliotrope #E06AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.73%

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

R = 39.58%
G = 18.73%
B = 41.7%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E06AEC (or 0xE06AEC) is known color: Heliotrope. HEX triplet: E0, 6A and EC. RGB value is (224,106,236). Sum of RGB (Red+Green+Blue) = 224+106+236=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 106 (41.80% from 255 or 18.73% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #E06AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06AEC is #1F9513. Grayscale: #9B9B9B. Windows color (decimal): -2069780 or 15493856. OLE color: 15493856.

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

Color convert

RGB 224 106 236 -
CMYK 0.05 0.55 0 0.07
HSL 294.46º 0.77% 0.67% -
HSV(B) 294.46º 0.55% 0.93% -
XYZ 51.03 32.21 82.88 -
YUV 156.1 173.09 176.43 -
System Red Green Blue C M Y K H S L
Decimal 224 106 236 0.05 0.55 0 0.07 294.46 0.77 0.67
Hex E0 6A EC 5 37 0 7 126 4D 43
Octal 340 152 354 5 67 0 7 446 115 103
Binary 11100000 1101010 11101100 101 110111 0 111 100100110 1001101 1000011

Color Harmonies of #E06AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AEC

Black with #E06AEC

Text Example


Text Example

White with #E06AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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