Html Css Color HEX #E07AF8 Heliotrope

📋 copy color: '#E07AF8'

red 224 ◦ green 122 ◦ blue 248

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

Shades of Heliotrope #E07AF8

Tints of Heliotrope #E07AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.75%

R = 37.71%
G = 20.54%
B = 41.75%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E07AF8 (or 0xE07AF8) is known color: Heliotrope. HEX triplet: E0, 7A and F8. RGB value is (224,122,248). Sum of RGB (Red+Green+Blue) = 224+122+248=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 122 (48.05% from 255 or 20.54% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #E07AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07AF8 is #1F8507. Grayscale: #A6A6A6. Windows color (decimal): -2065672 or 16284384. OLE color: 16284384.

HSL color Cylindrical-coordinate representation of color #E07AF8: hue angle of 288.57º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E07AF8 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 224 122 248 -
CMYK 0.10 0.51 0 0.03
HSL 288.57º 0.9% 0.73% -
HSV(B) 288.57º 0.51% 0.97% -
XYZ 54.64 36.54 92.98 -
YUV 166.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 224 122 248 0.10 0.51 0 0.03 288.57 0.9 0.73
Hex E0 7A F8 A 33 0 3 121 5A 49
Octal 340 172 370 12 63 0 3 441 132 111
Binary 11100000 1111010 11111000 1010 110011 0 11 100100001 1011010 1001001

Color Harmonies of #E07AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07AF8

Black with #E07AF8

Text Example


Text Example

White with #E07AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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