Html Css Color HEX #ED24FE Psychedelic Purple

📋 copy color: '#ED24FE'

red 237 ◦ green 36 ◦ blue 254

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

Shades of Psychedelic Purple #ED24FE

Tints of Psychedelic Purple #ED24FE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 6.83%

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 44.97%
G = 6.83%
B = 48.2%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED24FE (or 0xED24FE) is known color: Psychedelic Purple. HEX triplet: ED, 24 and FE. RGB value is (237,36,254). Sum of RGB (Red+Green+Blue) = 237+36+254=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 36 (14.45% from 255 or 6.83% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED24FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED24FE is #12DB01. Grayscale: #787878. Windows color (decimal): -1235714 or 16655597. OLE color: 16655597.

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

Color convert

RGB 237 36 254 -
CMYK 0.07 0.86 0 0.00
HSL 295.32º 0.99% 0.57% -
HSV(B) 295.32º 0.86% 1% -
XYZ 53.45 26.42 96.05 -
YUV 120.95 203.09 210.77 -
System Red Green Blue C M Y K H S L
Decimal 237 36 254 0.07 0.86 0 0.00 295.32 0.99 0.57
Hex ED 24 FE 7 56 0 0 127 63 39
Octal 355 44 376 7 126 0 0 447 143 71
Binary 11101101 100100 11111110 111 1010110 0 0 100100111 1100011 111001

Color Harmonies of #ED24FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED24FE

Black with #ED24FE

Text Example


Text Example

White with #ED24FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED24FE; }

 p { color: rgb(237,36,254); }

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

background-color css

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

 a { background-color: rgb(237,36,254); }

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

border-color css

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

 span { border-color: rgb(237,36,254); }

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