#e07cfc

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

Shades of Heliotrope #E07CFC

Tints of Heliotrope #E07CFC

Color information

#E07CFC (or 0xE07CFC) is unknown color: approx Heliotrope. HEX triplet: E0, 7C and FC. RGB value is (224,124,252). Sum of RGB (Red+Green+Blue) = 224+124+252=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 124 (48.83% from 255 or 20.67% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #E07CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CFC is #1F8303. Grayscale: #A8A8A8. Windows color (decimal): -2065156 or 16547040. OLE color: 16547040.

HSL color Cylindrical-coordinate representation of color #E07CFC: hue angle of 286.88º degrees, saturation: 0.96, 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 #E07CFC is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224124252-
CMYK0.110.5100.01
HSL286.88º95.52%73.73%-
HSV(B)286.88º50.79%98.82%-
XYZ55.5237.2996.37-
YUV168.49175.13167.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.33%
GREEN value IS 124 (48.83% from 255) = 20.67%
BLUE value IS 252 (98.83% from 255) = 42%
R=37.33%
G=20.67%
B=42%

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
Decimal2241242520.110.5100.01286.8895.5273.73
HexE07CFCB330111f604a
Octal340174374136301437140112
Binary1110000011111001111110010111100110110001111111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e07cfc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e07cfc; }

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

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

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

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

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

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

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

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