#E07DFC

Color #E07DFC Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E07DFC

Tints of Heliotrope #E07DFC

Color information

#E07DFC (or 0xE07DFC) is unknown color: approx Heliotrope. HEX triplet: E0, 7D and FC. RGB value is (224,125,252). Sum of RGB (Red+Green+Blue) = 224+125+252=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #E07DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DFC is #1F8203. Grayscale: #A8A8A8. Windows color (decimal): -2064900 or 16547296. OLE color: 16547296.

HSL color Cylindrical-coordinate representation of color #E07DFC: hue angle of 286.77º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07DFC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224125252-
CMYK0.110.5000.01
HSL286.77º95.49%73.92%-
HSV(B)286.77º50.4%98.82%-
XYZ55.6437.5496.41-
YUV169.08174.8167.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 125 (49.22% from 255) = 20.80%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=37.27%
G=20.80%
B=41.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241252520.110.5000.01286.7795.4973.92
HexE07DFCB320111f5f4a
Octal340175374136201437137112
Binary1110000011111011111110010111100100110001111110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07DFC; }

 p { color: rgb(224,125,252); }

 H1.HeaderClassName
 {
   color: #E07DFC;
 }
 .AnyTagClassName
 {
   color: #E07DFC;
 }
</style>
background-color css

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

 a { background-color: rgb(224,125,252); }

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

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

 span { border-color: rgb(224,125,252); }

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