Html Css Color HEX #ED03F9 Psychedelic Purple

📋 copy color: '#ED03F9'

red 237 ◦ green 3 ◦ blue 249

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

Shades of Psychedelic Purple #ED03F9

Tints of Psychedelic Purple #ED03F9

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.61%

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

R = 48.47%
G = 0.61%
B = 50.92%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED03F9 (or 0xED03F9) is known color: Psychedelic Purple. HEX triplet: ED, 03 and F9. RGB value is (237,3,249). Sum of RGB (Red+Green+Blue) = 237+3+249=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 3 (1.56% from 255 or 0.61% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED03F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED03F9 is #12FC06. Grayscale: #646464. Windows color (decimal): -1244167 or 16319469. OLE color: 16319469.

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

Color convert

RGB 237 3 249 -
CMYK 0.05 0.99 0 0.02
HSL 297.07º 0.98% 0.49% -
HSV(B) 297.07º 0.99% 0.98% -
XYZ 52.06 24.91 91.69 -
YUV 101.01 211.52 225 -
System Red Green Blue C M Y K H S L
Decimal 237 3 249 0.05 0.99 0 0.02 297.07 0.98 0.49
Hex ED 3 F9 5 63 0 2 129 62 31
Octal 355 3 371 5 143 0 2 451 142 61
Binary 11101101 11 11111001 101 1100011 0 10 100101001 1100010 110001

Color Harmonies of #ED03F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED03F9

Black with #ED03F9

Text Example


Text Example

White with #ED03F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED03F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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