Html Css Color HEX #ED25F4 Psychedelic Purple

📋 copy color: '#ED25F4'

red 237 ◦ green 37 ◦ blue 244

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

Shades of Psychedelic Purple #ED25F4

Tints of Psychedelic Purple #ED25F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.1%

R = 45.75%
G = 7.14%
B = 47.1%

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

#ED25F4 (or 0xED25F4) is known color: Psychedelic Purple. HEX triplet: ED, 25 and F4. RGB value is (237,37,244). Sum of RGB (Red+Green+Blue) = 237+37+244=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 37 (14.84% from 255 or 7.14% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED25F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED25F4 is #12DA0B. Grayscale: #777777. Windows color (decimal): -1235468 or 16000493. OLE color: 16000493.

HSL color Cylindrical-coordinate representation of color #ED25F4: hue angle of 297.97º degrees, saturation: 0.9, 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 #ED25F4 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 37 244 -
CMYK 0.03 0.85 0 0.04
HSL 297.97º 0.9% 0.55% -
HSV(B) 297.97º 0.85% 0.96% -
XYZ 51.92 25.86 87.84 -
YUV 120.4 197.76 211.17 -
System Red Green Blue C M Y K H S L
Decimal 237 37 244 0.03 0.85 0 0.04 297.97 0.9 0.55
Hex ED 25 F4 3 55 0 4 12A 5A 37
Octal 355 45 364 3 125 0 4 452 132 67
Binary 11101101 100101 11110100 11 1010101 0 100 100101010 1011010 110111

Color Harmonies of #ED25F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED25F4

Black with #ED25F4

Text Example


Text Example

White with #ED25F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED25F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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