Html Css Color HEX #E07EFE Heliotrope

📋 copy color: '#E07EFE'

red 224 ◦ green 126 ◦ blue 254

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

Shades of Heliotrope #E07EFE

Tints of Heliotrope #E07EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.05%

R = 37.09%
G = 20.86%
B = 42.05%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E07EFE (or 0xE07EFE) is known color: Heliotrope. HEX triplet: E0, 7E and FE. RGB value is (224,126,254). Sum of RGB (Red+Green+Blue) = 224+126+254=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 126 (49.61% from 255 or 20.86% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #E07EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07EFE is #1F8101. Grayscale: #A9A9A9. Windows color (decimal): -2064642 or 16678624. OLE color: 16678624.

HSL color Cylindrical-coordinate representation of color #E07EFE: hue angle of 285.94º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07EFE is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 126 254 -
CMYK 0.12 0.50 0 0.00
HSL 285.94º 0.98% 0.75% -
HSV(B) 285.94º 0.5% 1% -
XYZ 56.09 37.92 98.13 -
YUV 169.89 175.47 166.59 -
System Red Green Blue C M Y K H S L
Decimal 224 126 254 0.12 0.50 0 0.00 285.94 0.98 0.75
Hex E0 7E FE C 32 0 0 11E 62 4B
Octal 340 176 376 14 62 0 0 436 142 113
Binary 11100000 1111110 11111110 1100 110010 0 0 100011110 1100010 1001011

Color Harmonies of #E07EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07EFE

Black with #E07EFE

Text Example


Text Example

White with #E07EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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