Html Css Color HEX #ED13FF Psychedelic Purple

📋 copy color: '#ED13FF'

red 237 ◦ green 19 ◦ blue 255

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

Shades of Psychedelic Purple #ED13FF

Tints of Psychedelic Purple #ED13FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.72%

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

R = 46.38%
G = 3.72%
B = 49.9%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED13FF (or 0xED13FF) is known color: Psychedelic Purple. HEX triplet: ED, 13 and FF. RGB value is (237,19,255). Sum of RGB (Red+Green+Blue) = 237+19+255=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 19 (7.81% from 255 or 3.72% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED13FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED13FF is #12EC00. Grayscale: #6E6E6E. Windows color (decimal): -1240065 or 16716781. OLE color: 16716781.

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

Color convert

RGB 237 19 255 -
CMYK 0.07 0.93 0 0
HSL 295.42º 1% 0.54% -
HSV(B) 295.42º 0.93% 1% -
XYZ 53.21 25.69 96.76 -
YUV 111.09 209.22 217.81 -
System Red Green Blue C M Y K H S L
Decimal 237 19 255 0.07 0.93 0 0 295.42 1 0.54
Hex ED 13 FF 7 5D 0 0 127 64 36
Octal 355 23 377 7 135 0 0 447 144 66
Binary 11101101 10011 11111111 111 1011101 0 0 100100111 1100100 110110

Color Harmonies of #ED13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED13FF

Black with #ED13FF

Text Example


Text Example

White with #ED13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED13FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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