#ED6BFA

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

Shades of Heliotrope #ED6BFA

Tints of Heliotrope #ED6BFA

Color information

#ED6BFA (or 0xED6BFA) is unknown color: approx Heliotrope. HEX triplet: ED, 6B and FA. RGB value is (237,107,250). Sum of RGB (Red+Green+Blue) = 237+107+250=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 107 (42.19% from 255 or 18.01% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED6BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6BFA is #129405. Grayscale: #A1A1A1. Windows color (decimal): -1217542 or 16411629. OLE color: 16411629.

HSL color Cylindrical-coordinate representation of color #ED6BFA: hue angle of 294.55º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED6BFA is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237107250-
CMYK0.050.5700.02
HSL294.55º93.46%70%-
HSV(B)294.55º57.2%98.04%-
XYZ57.4435.4294.25-
YUV162.17177.57181.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 107 (42.19% from 255) = 18.01%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=39.90%
G=18.01%
B=42.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371072500.050.5700.02294.5593.4670
HexED6BFA539021275d46
Octal35515337257102447135106
Binary1110110111010111111101010111100101010010011110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6BFA; }

 p { color: rgb(237,107,250); }

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

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

 a { background-color: rgb(237,107,250); }

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

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

 span { border-color: rgb(237,107,250); }

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