Html Css Color HEX #E07CFA Heliotrope

📋 copy color: '#E07CFA'

red 224 ◦ green 124 ◦ blue 250

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

Shades of Heliotrope #E07CFA

Tints of Heliotrope #E07CFA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.74%

 BLUE value IS 250 (98.05% from 255) = 41.81%

R = 37.46%
G = 20.74%
B = 41.81%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E07CFA (or 0xE07CFA) is known color: Heliotrope. HEX triplet: E0, 7C and FA. RGB value is (224,124,250). Sum of RGB (Red+Green+Blue) = 224+124+250=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 124 (48.83% from 255 or 20.74% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #E07CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CFA is #1F8305. Grayscale: #A7A7A7. Windows color (decimal): -2065158 or 16415968. OLE color: 16415968.

HSL color Cylindrical-coordinate representation of color #E07CFA: hue angle of 287.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07CFA is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 124 250 -
CMYK 0.10 0.50 0 0.02
HSL 287.62º 0.93% 0.73% -
HSV(B) 287.62º 0.5% 0.98% -
XYZ 55.2 37.16 94.71 -
YUV 168.26 174.13 167.75 -
System Red Green Blue C M Y K H S L
Decimal 224 124 250 0.10 0.50 0 0.02 287.62 0.93 0.73
Hex E0 7C FA A 32 0 2 120 5D 49
Octal 340 174 372 12 62 0 2 440 135 111
Binary 11100000 1111100 11111010 1010 110010 0 10 100100000 1011101 1001001

Color Harmonies of #E07CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CFA

Black with #E07CFA

Text Example


Text Example

White with #E07CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CFA; }

 p { color: rgb(224,124,250); }

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

background-color css

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

 a { background-color: rgb(224,124,250); }

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

border-color css

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

 span { border-color: rgb(224,124,250); }

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