Html Css Color HEX #ED17FC Psychedelic Purple

📋 copy color: '#ED17FC'

red 237 ◦ green 23 ◦ blue 252

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

Shades of Psychedelic Purple #ED17FC

Tints of Psychedelic Purple #ED17FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 46.29%
G = 4.49%
B = 49.22%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED17FC (or 0xED17FC) is known color: Psychedelic Purple. HEX triplet: ED, 17 and FC. RGB value is (237,23,252). Sum of RGB (Red+Green+Blue) = 237+23+252=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 23 (9.38% from 255 or 4.49% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED17FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED17FC is #12E803. Grayscale: #707070. Windows color (decimal): -1239044 or 16521197. OLE color: 16521197.

HSL color Cylindrical-coordinate representation of color #ED17FC: hue angle of 296.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED17FC is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 23 252 -
CMYK 0.06 0.91 0 0.01
HSL 296.07º 0.97% 0.54% -
HSV(B) 296.07º 0.91% 0.99% -
XYZ 52.8 25.65 94.26 -
YUV 113.09 206.4 216.38 -
System Red Green Blue C M Y K H S L
Decimal 237 23 252 0.06 0.91 0 0.01 296.07 0.97 0.54
Hex ED 17 FC 6 5B 0 1 128 61 36
Octal 355 27 374 6 133 0 1 450 141 66
Binary 11101101 10111 11111100 110 1011011 0 1 100101000 1100001 110110

Color Harmonies of #ED17FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED17FC

Black with #ED17FC

Text Example


Text Example

White with #ED17FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED17FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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