#ED17F7

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

Shades of Psychedelic Purple #ED17F7

Tints of Psychedelic Purple #ED17F7

Color information

#ED17F7 (or 0xED17F7) is unknown color: approx Psychedelic Purple. HEX triplet: ED, 17 and F7. RGB value is (237,23,247). Sum of RGB (Red+Green+Blue) = 237+23+247=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 23 (9.38% from 255 or 4.54% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED17F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED17F7 is #12E808. Grayscale: #6F6F6F. Windows color (decimal): -1239049 or 16193517. OLE color: 16193517.

HSL color Cylindrical-coordinate representation of color #ED17F7: hue angle of 297.32º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED17F7 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23723247-
CMYK0.040.9100.03
HSL297.32º93.33%52.94%-
HSV(B)297.32º90.69%96.86%-
XYZ52.0225.3390.14-
YUV112.52203.9216.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 23 (9.38% from 255) = 4.54%
BLUE value IS 247 (96.88% from 255) = 48.72%
R=46.75%
G=4.54%
B=48.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal237232470.040.9100.03297.3293.3352.94
HexED17F745B031295d35
Octal3552736741330345113565
Binary11101101101111111011110010110110111001010011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED17F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED17F7; }

 p { color: rgb(237,23,247); }

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

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

 a { background-color: rgb(237,23,247); }

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

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

 span { border-color: rgb(237,23,247); }

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