#ED68FE

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

Shades of Heliotrope #ED68FE

Tints of Heliotrope #ED68FE

Color information

#ED68FE (or 0xED68FE) is unknown color: approx Heliotrope. HEX triplet: ED, 68 and FE. RGB value is (237,104,254). Sum of RGB (Red+Green+Blue) = 237+104+254=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 104 (41.02% from 255 or 17.48% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED68FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED68FE is #129701. Grayscale: #A0A0A0. Windows color (decimal): -1218306 or 16673005. OLE color: 16673005.

HSL color Cylindrical-coordinate representation of color #ED68FE: hue angle of 293.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED68FE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237104254-
CMYK0.070.5900.00
HSL293.2º98.68%70.2%-
HSV(B)293.2º59.06%99.61%-
XYZ57.7635.0697.49-
YUV160.87180.56182.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 104 (41.02% from 255) = 17.48%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=39.83%
G=17.48%
B=42.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371042540.070.5900.00293.298.6870.2
HexED68FE73B001256346
Octal35515037677300445143106
Binary111011011101000111111101111110110010010010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED68FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED68FE; }

 p { color: rgb(237,104,254); }

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

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

 a { background-color: rgb(237,104,254); }

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

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

 span { border-color: rgb(237,104,254); }

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