Html Css Color HEX #ED16FD Psychedelic Purple

📋 copy color: '#ED16FD'

red 237 ◦ green 22 ◦ blue 253

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

Shades of Psychedelic Purple #ED16FD

Tints of Psychedelic Purple #ED16FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 46.29%
G = 4.3%
B = 49.41%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED16FD (or 0xED16FD) is known color: Psychedelic Purple. HEX triplet: ED, 16 and FD. RGB value is (237,22,253). Sum of RGB (Red+Green+Blue) = 237+22+253=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 22 (8.98% from 255 or 4.30% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED16FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED16FD is #12E902. Grayscale: #6F6F6F. Windows color (decimal): -1239299 or 16586477. OLE color: 16586477.

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

Color convert

RGB 237 22 253 -
CMYK 0.06 0.91 0 0.01
HSL 295.84º 0.98% 0.54% -
HSV(B) 295.84º 0.91% 0.99% -
XYZ 52.94 25.67 95.09 -
YUV 112.62 207.23 216.72 -
System Red Green Blue C M Y K H S L
Decimal 237 22 253 0.06 0.91 0 0.01 295.84 0.98 0.54
Hex ED 16 FD 6 5B 0 1 128 62 36
Octal 355 26 375 6 133 0 1 450 142 66
Binary 11101101 10110 11111101 110 1011011 0 1 100101000 1100010 110110

Color Harmonies of #ED16FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED16FD

Black with #ED16FD

Text Example


Text Example

White with #ED16FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED16FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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