Html Css Color HEX #E07CFE Heliotrope

📋 copy color: '#E07CFE'

red 224 ◦ green 124 ◦ blue 254

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

Shades of Heliotrope #E07CFE

Tints of Heliotrope #E07CFE

RGB

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

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

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

R = 37.21%
G = 20.6%
B = 42.19%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E07CFE (or 0xE07CFE) is known color: Heliotrope. HEX triplet: E0, 7C and FE. RGB value is (224,124,254). Sum of RGB (Red+Green+Blue) = 224+124+254=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 124 (48.83% from 255 or 20.60% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #E07CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CFE is #1F8301. Grayscale: #A8A8A8. Windows color (decimal): -2065154 or 16678112. OLE color: 16678112.

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

Color convert

RGB 224 124 254 -
CMYK 0.12 0.51 0 0.00
HSL 286.15º 0.98% 0.74% -
HSV(B) 286.15º 0.51% 1% -
XYZ 55.84 37.42 98.05 -
YUV 168.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 224 124 254 0.12 0.51 0 0.00 286.15 0.98 0.74
Hex E0 7C FE C 33 0 0 11E 62 4A
Octal 340 174 376 14 63 0 0 436 142 112
Binary 11100000 1111100 11111110 1100 110011 0 0 100011110 1100010 1001010

Color Harmonies of #E07CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CFE

Black with #E07CFE

Text Example


Text Example

White with #E07CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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