Html Css Color HEX #ED25FE Psychedelic Purple

📋 copy color: '#ED25FE'

red 237 ◦ green 37 ◦ blue 254

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

Shades of Psychedelic Purple #ED25FE

Tints of Psychedelic Purple #ED25FE

RGB

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

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

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

R = 44.89%
G = 7.01%
B = 48.11%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED25FE (or 0xED25FE) is known color: Psychedelic Purple. HEX triplet: ED, 25 and FE. RGB value is (237,37,254). Sum of RGB (Red+Green+Blue) = 237+37+254=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 37 (14.84% from 255 or 7.01% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED25FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED25FE is #12DA01. Grayscale: #787878. Windows color (decimal): -1235458 or 16655853. OLE color: 16655853.

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

Color convert

RGB 237 37 254 -
CMYK 0.07 0.85 0 0.00
HSL 295.3º 0.99% 0.57% -
HSV(B) 295.3º 0.85% 1% -
XYZ 53.48 26.48 96.06 -
YUV 121.54 202.76 210.36 -
System Red Green Blue C M Y K H S L
Decimal 237 37 254 0.07 0.85 0 0.00 295.3 0.99 0.57
Hex ED 25 FE 7 55 0 0 127 63 39
Octal 355 45 376 7 125 0 0 447 143 71
Binary 11101101 100101 11111110 111 1010101 0 0 100100111 1100011 111001

Color Harmonies of #ED25FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED25FE

Black with #ED25FE

Text Example


Text Example

White with #ED25FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED25FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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