Html Css Color HEX #ED25FA Psychedelic Purple

📋 copy color: '#ED25FA'

red 237 ◦ green 37 ◦ blue 250

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

Shades of Psychedelic Purple #ED25FA

Tints of Psychedelic Purple #ED25FA

RGB

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

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

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

R = 45.23%
G = 7.06%
B = 47.71%

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

#ED25FA (or 0xED25FA) is known color: Psychedelic Purple. HEX triplet: ED, 25 and FA. RGB value is (237,37,250). Sum of RGB (Red+Green+Blue) = 237+37+250=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 37 (14.84% from 255 or 7.06% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED25FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED25FA is #12DA05. Grayscale: #787878. Windows color (decimal): -1235462 or 16393709. OLE color: 16393709.

HSL color Cylindrical-coordinate representation of color #ED25FA: hue angle of 296.34º degrees, saturation: 0.96, 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 #ED25FA is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 37 250 -
CMYK 0.05 0.85 0 0.02
HSL 296.34º 0.96% 0.56% -
HSV(B) 296.34º 0.85% 0.98% -
XYZ 52.84 26.23 92.72 -
YUV 121.08 200.76 210.68 -
System Red Green Blue C M Y K H S L
Decimal 237 37 250 0.05 0.85 0 0.02 296.34 0.96 0.56
Hex ED 25 FA 5 55 0 2 128 60 38
Octal 355 45 372 5 125 0 2 450 140 70
Binary 11101101 100101 11111010 101 1010101 0 10 100101000 1100000 111000

Color Harmonies of #ED25FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED25FA

Black with #ED25FA

Text Example


Text Example

White with #ED25FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED25FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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