Html Css Color HEX #ED14F9 Psychedelic Purple

📋 copy color: '#ED14F9'

red 237 ◦ green 20 ◦ blue 249

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

Shades of Psychedelic Purple #ED14F9

Tints of Psychedelic Purple #ED14F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 46.84%
G = 3.95%
B = 49.21%

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

#ED14F9 (or 0xED14F9) is known color: Psychedelic Purple. HEX triplet: ED, 14 and F9. RGB value is (237,20,249). Sum of RGB (Red+Green+Blue) = 237+20+249=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 20 (8.20% from 255 or 3.95% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED14F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED14F9 is #12EB06. Grayscale: #6E6E6E. Windows color (decimal): -1239815 or 16323821. OLE color: 16323821.

HSL color Cylindrical-coordinate representation of color #ED14F9: hue angle of 296.86º degrees, saturation: 0.95, 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 #ED14F9 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 20 249 -
CMYK 0.05 0.92 0 0.02
HSL 296.86º 0.95% 0.53% -
HSV(B) 296.86º 0.92% 0.98% -
XYZ 52.27 25.34 91.76 -
YUV 110.99 205.89 217.88 -
System Red Green Blue C M Y K H S L
Decimal 237 20 249 0.05 0.92 0 0.02 296.86 0.95 0.53
Hex ED 14 F9 5 5C 0 2 129 5F 35
Octal 355 24 371 5 134 0 2 451 137 65
Binary 11101101 10100 11111001 101 1011100 0 10 100101001 1011111 110101

Color Harmonies of #ED14F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED14F9

Black with #ED14F9

Text Example


Text Example

White with #ED14F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED14F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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