Html Css Color HEX #ED16F9 Psychedelic Purple

📋 copy color: '#ED16F9'

red 237 ◦ green 22 ◦ blue 249

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

Shades of Psychedelic Purple #ED16F9

Tints of Psychedelic Purple #ED16F9

RGB

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

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

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

R = 46.65%
G = 4.33%
B = 49.02%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED16F9 (or 0xED16F9) is known color: Psychedelic Purple. HEX triplet: ED, 16 and F9. RGB value is (237,22,249). Sum of RGB (Red+Green+Blue) = 237+22+249=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 22 (8.98% from 255 or 4.33% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED16F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED16F9 is #12E906. Grayscale: #6F6F6F. Windows color (decimal): -1239303 or 16324333. OLE color: 16324333.

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

Color convert

RGB 237 22 249 -
CMYK 0.05 0.91 0 0.02
HSL 296.83º 0.95% 0.53% -
HSV(B) 296.83º 0.91% 0.98% -
XYZ 52.31 25.42 91.77 -
YUV 112.16 205.23 217.04 -
System Red Green Blue C M Y K H S L
Decimal 237 22 249 0.05 0.91 0 0.02 296.83 0.95 0.53
Hex ED 16 F9 5 5B 0 2 129 5F 35
Octal 355 26 371 5 133 0 2 451 137 65
Binary 11101101 10110 11111001 101 1011011 0 10 100101001 1011111 110101

Color Harmonies of #ED16F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED16F9

Black with #ED16F9

Text Example


Text Example

White with #ED16F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED16F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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