Html Css Color HEX #ED16FF Psychedelic Purple

📋 copy color: '#ED16FF'

red 237 ◦ green 22 ◦ blue 255

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

Shades of Psychedelic Purple #ED16FF

Tints of Psychedelic Purple #ED16FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 46.11%
G = 4.28%
B = 49.61%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED16FF (or 0xED16FF) is known color: Psychedelic Purple. HEX triplet: ED, 16 and FF. RGB value is (237,22,255). Sum of RGB (Red+Green+Blue) = 237+22+255=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 22 (8.98% from 255 or 4.28% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED16FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED16FF is #12E900. Grayscale: #707070. Windows color (decimal): -1239297 or 16717549. OLE color: 16717549.

HSL color Cylindrical-coordinate representation of color #ED16FF: hue angle of 295.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED16FF is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 22 255 -
CMYK 0.07 0.91 0 0
HSL 295.36º 1% 0.54% -
HSV(B) 295.36º 0.91% 1% -
XYZ 53.26 25.8 96.78 -
YUV 112.85 208.23 216.55 -
System Red Green Blue C M Y K H S L
Decimal 237 22 255 0.07 0.91 0 0 295.36 1 0.54
Hex ED 16 FF 7 5B 0 0 127 64 36
Octal 355 26 377 7 133 0 0 447 144 66
Binary 11101101 10110 11111111 111 1011011 0 0 100100111 1100100 110110

Color Harmonies of #ED16FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED16FF

Black with #ED16FF

Text Example


Text Example

White with #ED16FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED16FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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