#ED75FE

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

Shades of Heliotrope #ED75FE

Tints of Heliotrope #ED75FE

Color information

#ED75FE (or 0xED75FE) is unknown color: approx Heliotrope. HEX triplet: ED, 75 and FE. RGB value is (237,117,254). Sum of RGB (Red+Green+Blue) = 237+117+254=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 117 (46.09% from 255 or 19.24% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED75FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED75FE is #128A01. Grayscale: #A8A8A8. Windows color (decimal): -1214978 or 16676333. OLE color: 16676333.

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

Color convert

RGB237117254-
CMYK0.070.5400.00
HSL292.55º98.56%72.75%-
HSV(B)292.55º53.94%99.61%-
XYZ59.1837.8897.96-
YUV168.5176.26176.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 117 (46.09% from 255) = 19.24%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=38.98%
G=19.24%
B=41.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371172540.070.5400.00292.5598.5672.75
HexED75FE736001256349
Octal35516537676600445143111
Binary111011011110101111111101111101100010010010111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED75FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED75FE; }

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

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

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

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

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

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

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

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