Html Css Color HEX #ED05FA Psychedelic Purple

📋 copy color: '#ED05FA'

red 237 ◦ green 5 ◦ blue 250

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

Shades of Psychedelic Purple #ED05FA

Tints of Psychedelic Purple #ED05FA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.02%

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

R = 48.17%
G = 1.02%
B = 50.81%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED05FA (or 0xED05FA) is known color: Psychedelic Purple. HEX triplet: ED, 05 and FA. RGB value is (237,5,250). Sum of RGB (Red+Green+Blue) = 237+5+250=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 5 (2.34% from 255 or 1.02% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED05FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED05FA is #12FA05. Grayscale: #656565. Windows color (decimal): -1243654 or 16385517. OLE color: 16385517.

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

Color convert

RGB 237 5 250 -
CMYK 0.05 0.98 0 0.02
HSL 296.82º 0.96% 0.5% -
HSV(B) 296.82º 0.98% 0.98% -
XYZ 52.23 25.02 92.52 -
YUV 102.3 211.36 224.08 -
System Red Green Blue C M Y K H S L
Decimal 237 5 250 0.05 0.98 0 0.02 296.82 0.96 0.5
Hex ED 5 FA 5 62 0 2 129 60 32
Octal 355 5 372 5 142 0 2 451 140 62
Binary 11101101 101 11111010 101 1100010 0 10 100101001 1100000 110010

Color Harmonies of #ED05FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05FA

Black with #ED05FA

Text Example


Text Example

White with #ED05FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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