Html Css Color HEX #ED24F5 Psychedelic Purple

📋 copy color: '#ED24F5'

red 237 ◦ green 36 ◦ blue 245

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

Shades of Psychedelic Purple #ED24F5

Tints of Psychedelic Purple #ED24F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.3%

R = 45.75%
G = 6.95%
B = 47.3%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED24F5 (or 0xED24F5) is known color: Psychedelic Purple. HEX triplet: ED, 24 and F5. RGB value is (237,36,245). Sum of RGB (Red+Green+Blue) = 237+36+245=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 36 (14.45% from 255 or 6.95% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED24F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED24F5 is #12DB0A. Grayscale: #777777. Windows color (decimal): -1235723 or 16065773. OLE color: 16065773.

HSL color Cylindrical-coordinate representation of color #ED24F5: hue angle of 297.7º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED24F5 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 36 245 -
CMYK 0.03 0.85 0 0.04
HSL 297.7º 0.91% 0.55% -
HSV(B) 297.7º 0.85% 0.96% -
XYZ 52.04 25.86 88.63 -
YUV 119.93 198.59 211.51 -
System Red Green Blue C M Y K H S L
Decimal 237 36 245 0.03 0.85 0 0.04 297.7 0.91 0.55
Hex ED 24 F5 3 55 0 4 12A 5B 37
Octal 355 44 365 3 125 0 4 452 133 67
Binary 11101101 100100 11110101 11 1010101 0 100 100101010 1011011 110111

Color Harmonies of #ED24F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED24F5

Black with #ED24F5

Text Example


Text Example

White with #ED24F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED24F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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