Html Css Color HEX #E06AFE Heliotrope

📋 copy color: '#E06AFE'

red 224 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #E06AFE

Tints of Heliotrope #E06AFE

RGB

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

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

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

R = 38.36%
G = 18.15%
B = 43.49%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E06AFE (or 0xE06AFE) is known color: Heliotrope. HEX triplet: E0, 6A and FE. RGB value is (224,106,254). Sum of RGB (Red+Green+Blue) = 224+106+254=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 106 (41.80% from 255 or 18.15% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #E06AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06AFE is #1F9501. Grayscale: #9D9D9D. Windows color (decimal): -2069762 or 16673504. OLE color: 16673504.

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

Color convert

RGB 224 106 254 -
CMYK 0.12 0.58 0 0.00
HSL 287.84º 0.99% 0.71% -
HSV(B) 287.84º 0.58% 1% -
XYZ 53.78 33.31 97.36 -
YUV 158.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 224 106 254 0.12 0.58 0 0.00 287.84 0.99 0.71
Hex E0 6A FE C 3A 0 0 120 63 47
Octal 340 152 376 14 72 0 0 440 143 107
Binary 11100000 1101010 11111110 1100 111010 0 0 100100000 1100011 1000111

Color Harmonies of #E06AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AFE

Black with #E06AFE

Text Example


Text Example

White with #E06AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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