Html Css Color HEX #E07EFA Heliotrope

📋 copy color: '#E07EFA'

red 224 ◦ green 126 ◦ blue 250

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

Shades of Heliotrope #E07EFA

Tints of Heliotrope #E07EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21%

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

R = 37.33%
G = 21%
B = 41.67%

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

#E07EFA (or 0xE07EFA) is known color: Heliotrope. HEX triplet: E0, 7E and FA. RGB value is (224,126,250). Sum of RGB (Red+Green+Blue) = 224+126+250=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 126 (49.61% from 255 or 21% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #E07EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07EFA is #1F8105. Grayscale: #A9A9A9. Windows color (decimal): -2064646 or 16416480. OLE color: 16416480.

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

Color convert

RGB 224 126 250 -
CMYK 0.10 0.50 0 0.02
HSL 287.42º 0.93% 0.74% -
HSV(B) 287.42º 0.5% 0.98% -
XYZ 55.46 37.67 94.79 -
YUV 169.44 173.47 166.92 -
System Red Green Blue C M Y K H S L
Decimal 224 126 250 0.10 0.50 0 0.02 287.42 0.93 0.74
Hex E0 7E FA A 32 0 2 11F 5D 4A
Octal 340 176 372 12 62 0 2 437 135 112
Binary 11100000 1111110 11111010 1010 110010 0 10 100011111 1011101 1001010

Color Harmonies of #E07EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07EFA

Black with #E07EFA

Text Example


Text Example

White with #E07EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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