Html Css Color HEX #ED25F9 Psychedelic Purple

📋 copy color: '#ED25F9'

red 237 ◦ green 37 ◦ blue 249

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

Shades of Psychedelic Purple #ED25F9

Tints of Psychedelic Purple #ED25F9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.07%

 BLUE value IS 249 (97.66% from 255) = 47.61%

R = 45.32%
G = 7.07%
B = 47.61%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED25F9 (or 0xED25F9) is known color: Psychedelic Purple. HEX triplet: ED, 25 and F9. RGB value is (237,37,249). Sum of RGB (Red+Green+Blue) = 237+37+249=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 37 (14.84% from 255 or 7.07% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED25F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED25F9 is #12DA06. Grayscale: #787878. Windows color (decimal): -1235463 or 16328173. OLE color: 16328173.

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

Color convert

RGB 237 37 249 -
CMYK 0.05 0.85 0 0.02
HSL 296.6º 0.95% 0.56% -
HSV(B) 296.6º 0.85% 0.98% -
XYZ 52.69 26.17 91.9 -
YUV 120.97 200.26 210.76 -
System Red Green Blue C M Y K H S L
Decimal 237 37 249 0.05 0.85 0 0.02 296.6 0.95 0.56
Hex ED 25 F9 5 55 0 2 129 5F 38
Octal 355 45 371 5 125 0 2 451 137 70
Binary 11101101 100101 11111001 101 1010101 0 10 100101001 1011111 111000

Color Harmonies of #ED25F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED25F9

Black with #ED25F9

Text Example


Text Example

White with #ED25F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED25F9; }

 p { color: rgb(237,37,249); }

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

background-color css

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

 a { background-color: rgb(237,37,249); }

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

border-color css

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

 span { border-color: rgb(237,37,249); }

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