Html Css Color HEX #E07AF1 Heliotrope

📋 copy color: '#E07AF1'

red 224 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #E07AF1

Tints of Heliotrope #E07AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.06%

R = 38.16%
G = 20.78%
B = 41.06%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E07AF1 (or 0xE07AF1) is known color: Heliotrope. HEX triplet: E0, 7A and F1. RGB value is (224,122,241). Sum of RGB (Red+Green+Blue) = 224+122+241=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 122 (48.05% from 255 or 20.78% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #E07AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07AF1 is #1F850E. Grayscale: #A5A5A5. Windows color (decimal): -2065679 or 15825632. OLE color: 15825632.

HSL color Cylindrical-coordinate representation of color #E07AF1: hue angle of 291.43º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07AF1 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 122 241 -
CMYK 0.07 0.49 0 0.05
HSL 291.43º 0.81% 0.71% -
HSV(B) 291.43º 0.49% 0.95% -
XYZ 53.58 36.12 87.37 -
YUV 166.06 170.29 169.32 -
System Red Green Blue C M Y K H S L
Decimal 224 122 241 0.07 0.49 0 0.05 291.43 0.81 0.71
Hex E0 7A F1 7 31 0 5 123 51 47
Octal 340 172 361 7 61 0 5 443 121 107
Binary 11100000 1111010 11110001 111 110001 0 101 100100011 1010001 1000111

Color Harmonies of #E07AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07AF1

Black with #E07AF1

Text Example


Text Example

White with #E07AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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