Html Css Color HEX #ED24FA Psychedelic Purple

📋 copy color: '#ED24FA'

red 237 ◦ green 36 ◦ blue 250

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

Shades of Psychedelic Purple #ED24FA

Tints of Psychedelic Purple #ED24FA

RGB

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

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

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

R = 45.32%
G = 6.88%
B = 47.8%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED24FA (or 0xED24FA) is known color: Psychedelic Purple. HEX triplet: ED, 24 and FA. RGB value is (237,36,250). Sum of RGB (Red+Green+Blue) = 237+36+250=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 36 (14.45% from 255 or 6.88% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED24FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED24FA is #12DB05. Grayscale: #777777. Windows color (decimal): -1235718 or 16393453. OLE color: 16393453.

HSL color Cylindrical-coordinate representation of color #ED24FA: hue angle of 296.36º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED24FA is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 36 250 -
CMYK 0.05 0.86 0 0.02
HSL 296.36º 0.96% 0.56% -
HSV(B) 296.36º 0.86% 0.98% -
XYZ 52.81 26.17 92.71 -
YUV 120.5 201.09 211.1 -
System Red Green Blue C M Y K H S L
Decimal 237 36 250 0.05 0.86 0 0.02 296.36 0.96 0.56
Hex ED 24 FA 5 56 0 2 128 60 38
Octal 355 44 372 5 126 0 2 450 140 70
Binary 11101101 100100 11111010 101 1010110 0 10 100101000 1100000 111000

Color Harmonies of #ED24FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED24FA

Black with #ED24FA

Text Example


Text Example

White with #ED24FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED24FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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