Html Css Color HEX #ED16FC Psychedelic Purple

📋 copy color: '#ED16FC'

red 237 ◦ green 22 ◦ blue 252

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

Shades of Psychedelic Purple #ED16FC

Tints of Psychedelic Purple #ED16FC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.31%

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

R = 46.38%
G = 4.31%
B = 49.32%

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

#ED16FC (or 0xED16FC) is known color: Psychedelic Purple. HEX triplet: ED, 16 and FC. RGB value is (237,22,252). Sum of RGB (Red+Green+Blue) = 237+22+252=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 22 (8.98% from 255 or 4.31% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED16FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED16FC is #12E903. Grayscale: #6F6F6F. Windows color (decimal): -1239300 or 16520941. OLE color: 16520941.

HSL color Cylindrical-coordinate representation of color #ED16FC: hue angle of 296.09º 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 #ED16FC is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 22 252 -
CMYK 0.06 0.91 0 0.01
HSL 296.09º 0.97% 0.54% -
HSV(B) 296.09º 0.91% 0.99% -
XYZ 52.78 25.61 94.26 -
YUV 112.51 206.73 216.8 -
System Red Green Blue C M Y K H S L
Decimal 237 22 252 0.06 0.91 0 0.01 296.09 0.97 0.54
Hex ED 16 FC 6 5B 0 1 128 61 36
Octal 355 26 374 6 133 0 1 450 141 66
Binary 11101101 10110 11111100 110 1011011 0 1 100101000 1100001 110110

Color Harmonies of #ED16FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED16FC

Black with #ED16FC

Text Example


Text Example

White with #ED16FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED16FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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