Html Css Color HEX #E07AF6 Heliotrope

📋 copy color: '#E07AF6'

red 224 ◦ green 122 ◦ blue 246

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

Shades of Heliotrope #E07AF6

Tints of Heliotrope #E07AF6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.61%

 BLUE value IS 246 (96.48% from 255) = 41.55%

R = 37.84%
G = 20.61%
B = 41.55%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E07AF6 (or 0xE07AF6) is known color: Heliotrope. HEX triplet: E0, 7A and F6. RGB value is (224,122,246). Sum of RGB (Red+Green+Blue) = 224+122+246=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 122 (48.05% from 255 or 20.61% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #E07AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07AF6 is #1F8509. Grayscale: #A6A6A6. Windows color (decimal): -2065674 or 16153312. OLE color: 16153312.

HSL color Cylindrical-coordinate representation of color #E07AF6: hue angle of 289.35º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07AF6 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 122 246 -
CMYK 0.09 0.50 0 0.04
HSL 289.35º 0.87% 0.72% -
HSV(B) 289.35º 0.5% 0.96% -
XYZ 54.33 36.42 91.35 -
YUV 166.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 224 122 246 0.09 0.50 0 0.04 289.35 0.87 0.72
Hex E0 7A F6 9 32 0 4 121 57 48
Octal 340 172 366 11 62 0 4 441 127 110
Binary 11100000 1111010 11110110 1001 110010 0 100 100100001 1010111 1001000

Color Harmonies of #E07AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07AF6

Black with #E07AF6

Text Example


Text Example

White with #E07AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07AF6; }

 p { color: rgb(224,122,246); }

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

background-color css

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

 a { background-color: rgb(224,122,246); }

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

border-color css

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

 span { border-color: rgb(224,122,246); }

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