Html Css Color HEX #ED17FF Psychedelic Purple

📋 copy color: '#ED17FF'

red 237 ◦ green 23 ◦ blue 255

#ED17FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #ED17FF

Tints of Psychedelic Purple #ED17FF

RGB

 RED value IS 237 (92.97% from 255) = 46.02%

 GREEN value IS 23 (9.38% from 255) = 4.47%

 BLUE value IS 255 (100% from 255) = 49.51%

R = 46.02%
G = 4.47%
B = 49.51%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED17FF (or 0xED17FF) is known color: Psychedelic Purple. HEX triplet: ED, 17 and FF. RGB value is (237,23,255). Sum of RGB (Red+Green+Blue) = 237+23+255=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 23 (9.38% from 255 or 4.47% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED17FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED17FF is #12E800. Grayscale: #707070. Windows color (decimal): -1239041 or 16717805. OLE color: 16717805.

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

Color convert

RGB 237 23 255 -
CMYK 0.07 0.91 0 0
HSL 295.34º 1% 0.55% -
HSV(B) 295.34º 0.91% 1% -
XYZ 53.28 25.84 96.79 -
YUV 113.43 207.9 216.14 -
System Red Green Blue C M Y K H S L
Decimal 237 23 255 0.07 0.91 0 0 295.34 1 0.55
Hex ED 17 FF 7 5B 0 0 127 64 37
Octal 355 27 377 7 133 0 0 447 144 67
Binary 11101101 10111 11111111 111 1011011 0 0 100100111 1100100 110111

Color Harmonies of #ED17FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED17FF

Black with #ED17FF

Text Example


Text Example

White with #ED17FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED17FF; }

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

 H1.HeaderClassName
 {
   color: #ED17FF;
 }
 .AnyTagClassName
 {
   color: #ED17FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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