Html Css Color HEX #ED14FC Psychedelic Purple

📋 copy color: '#ED14FC'

red 237 ◦ green 20 ◦ blue 252

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

Shades of Psychedelic Purple #ED14FC

Tints of Psychedelic Purple #ED14FC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.93%

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

R = 46.56%
G = 3.93%
B = 49.51%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED14FC (or 0xED14FC) is known color: Psychedelic Purple. HEX triplet: ED, 14 and FC. RGB value is (237,20,252). Sum of RGB (Red+Green+Blue) = 237+20+252=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 20 (8.20% from 255 or 3.93% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED14FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED14FC is #12EB03. Grayscale: #6E6E6E. Windows color (decimal): -1239812 or 16520429. OLE color: 16520429.

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

Color convert

RGB 237 20 252 -
CMYK 0.06 0.92 0 0.01
HSL 296.12º 0.97% 0.53% -
HSV(B) 296.12º 0.92% 0.99% -
XYZ 52.75 25.53 94.24 -
YUV 111.33 207.39 217.64 -
System Red Green Blue C M Y K H S L
Decimal 237 20 252 0.06 0.92 0 0.01 296.12 0.97 0.53
Hex ED 14 FC 6 5C 0 1 128 61 35
Octal 355 24 374 6 134 0 1 450 141 65
Binary 11101101 10100 11111100 110 1011100 0 1 100101000 1100001 110101

Color Harmonies of #ED14FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED14FC

Black with #ED14FC

Text Example


Text Example

White with #ED14FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED14FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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