#E07DFD

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

Shades of Heliotrope #E07DFD

Tints of Heliotrope #E07DFD

Color information

#E07DFD (or 0xE07DFD) is unknown color: approx Heliotrope. HEX triplet: E0, 7D and FD. RGB value is (224,125,253). Sum of RGB (Red+Green+Blue) = 224+125+253=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 125 (49.22% from 255 or 20.76% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #E07DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DFD is #1F8202. Grayscale: #A8A8A8. Windows color (decimal): -2064899 or 16612832. OLE color: 16612832.

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

Color convert

RGB224125253-
CMYK0.110.5100.01
HSL286.41º96.97%74.12%-
HSV(B)286.41º50.59%99.22%-
XYZ55.837.6197.25-
YUV169.19175.3167.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 125 (49.22% from 255) = 20.76%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=37.21%
G=20.76%
B=42.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241252530.110.5100.01286.4196.9774.12
HexE07DFDB330111e614a
Octal340175375136301436141112
Binary1110000011111011111110110111100110110001111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07DFD; }

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

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

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

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

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

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

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

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