Html Css Color HEX #E07AF5 Heliotrope

📋 copy color: '#E07AF5'

red 224 ◦ green 122 ◦ blue 245

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

Shades of Heliotrope #E07AF5

Tints of Heliotrope #E07AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.46%

R = 37.9%
G = 20.64%
B = 41.46%

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

#E07AF5 (or 0xE07AF5) is known color: Heliotrope. HEX triplet: E0, 7A and F5. RGB value is (224,122,245). Sum of RGB (Red+Green+Blue) = 224+122+245=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 245 - color contains mainly: blue. Hex color #E07AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07AF5 is #1F850A. Grayscale: #A6A6A6. Windows color (decimal): -2065675 or 16087776. OLE color: 16087776.

HSL color Cylindrical-coordinate representation of color #E07AF5: hue angle of 289.76º degrees, saturation: 0.86, 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 #E07AF5 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 122 245 -
CMYK 0.09 0.50 0 0.04
HSL 289.76º 0.86% 0.72% -
HSV(B) 289.76º 0.5% 0.96% -
XYZ 54.18 36.36 90.55 -
YUV 166.52 172.29 169 -
System Red Green Blue C M Y K H S L
Decimal 224 122 245 0.09 0.50 0 0.04 289.76 0.86 0.72
Hex E0 7A F5 9 32 0 4 122 56 48
Octal 340 172 365 11 62 0 4 442 126 110
Binary 11100000 1111010 11110101 1001 110010 0 100 100100010 1010110 1001000

Color Harmonies of #E07AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07AF5

Black with #E07AF5

Text Example


Text Example

White with #E07AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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