Html Css Color HEX #ED16FA Psychedelic Purple

📋 copy color: '#ED16FA'

red 237 ◦ green 22 ◦ blue 250

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

Shades of Psychedelic Purple #ED16FA

Tints of Psychedelic Purple #ED16FA

RGB

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

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

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

R = 46.56%
G = 4.32%
B = 49.12%

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

#ED16FA (or 0xED16FA) is known color: Psychedelic Purple. HEX triplet: ED, 16 and FA. RGB value is (237,22,250). Sum of RGB (Red+Green+Blue) = 237+22+250=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 22 (8.98% from 255 or 4.32% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED16FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED16FA is #12E905. Grayscale: #6F6F6F. Windows color (decimal): -1239302 or 16389869. OLE color: 16389869.

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

Color convert

RGB 237 22 250 -
CMYK 0.05 0.91 0 0.02
HSL 296.58º 0.96% 0.53% -
HSV(B) 296.58º 0.91% 0.98% -
XYZ 52.47 25.48 92.6 -
YUV 112.28 205.73 216.96 -
System Red Green Blue C M Y K H S L
Decimal 237 22 250 0.05 0.91 0 0.02 296.58 0.96 0.53
Hex ED 16 FA 5 5B 0 2 129 60 35
Octal 355 26 372 5 133 0 2 451 140 65
Binary 11101101 10110 11111010 101 1011011 0 10 100101001 1100000 110101

Color Harmonies of #ED16FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED16FA

Black with #ED16FA

Text Example


Text Example

White with #ED16FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED16FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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