Html Css Color HEX #ED14FA Psychedelic Purple

📋 copy color: '#ED14FA'

red 237 ◦ green 20 ◦ blue 250

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

Shades of Psychedelic Purple #ED14FA

Tints of Psychedelic Purple #ED14FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 46.75%
G = 3.94%
B = 49.31%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED14FA (or 0xED14FA) is known color: Psychedelic Purple. HEX triplet: ED, 14 and FA. RGB value is (237,20,250). Sum of RGB (Red+Green+Blue) = 237+20+250=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 20 (8.20% from 255 or 3.94% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED14FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED14FA is #12EB05. Grayscale: #6E6E6E. Windows color (decimal): -1239814 or 16389357. OLE color: 16389357.

HSL color Cylindrical-coordinate representation of color #ED14FA: hue angle of 296.61º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED14FA is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 20 250 -
CMYK 0.05 0.92 0 0.02
HSL 296.61º 0.96% 0.53% -
HSV(B) 296.61º 0.92% 0.98% -
XYZ 52.43 25.41 92.58 -
YUV 111.1 206.39 217.8 -
System Red Green Blue C M Y K H S L
Decimal 237 20 250 0.05 0.92 0 0.02 296.61 0.96 0.53
Hex ED 14 FA 5 5C 0 2 129 60 35
Octal 355 24 372 5 134 0 2 451 140 65
Binary 11101101 10100 11111010 101 1011100 0 10 100101001 1100000 110101

Color Harmonies of #ED14FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED14FA

Black with #ED14FA

Text Example


Text Example

White with #ED14FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED14FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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