#ED70FE

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

Shades of Heliotrope #ED70FE

Tints of Heliotrope #ED70FE

Color information

#ED70FE (or 0xED70FE) is unknown color: approx Heliotrope. HEX triplet: ED, 70 and FE. RGB value is (237,112,254). Sum of RGB (Red+Green+Blue) = 237+112+254=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 112 (44.14% from 255 or 18.57% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED70FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED70FE is #128F01. Grayscale: #A5A5A5. Windows color (decimal): -1216258 or 16675053. OLE color: 16675053.

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

Color convert

RGB237112254-
CMYK0.070.5600.00
HSL292.82º98.61%71.76%-
HSV(B)292.82º55.91%99.61%-
XYZ58.6136.7597.77-
YUV165.56177.91178.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 112 (44.14% from 255) = 18.57%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=39.30%
G=18.57%
B=42.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371122540.070.5600.00292.8298.6171.76
HexED70FE738001256348
Octal35516037677000445143110
Binary111011011110000111111101111110000010010010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED70FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED70FE; }

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

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

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

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

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

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

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

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