Html Css Color HEX #ED04FA Psychedelic Purple

📋 copy color: '#ED04FA'

red 237 ◦ green 4 ◦ blue 250

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

Shades of Psychedelic Purple #ED04FA

Tints of Psychedelic Purple #ED04FA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.81%

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

R = 48.27%
G = 0.81%
B = 50.92%

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

#ED04FA (or 0xED04FA) is known color: Psychedelic Purple. HEX triplet: ED, 04 and FA. RGB value is (237,4,250). Sum of RGB (Red+Green+Blue) = 237+4+250=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 4 (1.95% from 255 or 0.81% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED04FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED04FA is #12FB05. Grayscale: #646464. Windows color (decimal): -1243910 or 16385261. OLE color: 16385261.

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

Color convert

RGB 237 4 250 -
CMYK 0.05 0.98 0 0.02
HSL 296.83º 0.97% 0.5% -
HSV(B) 296.83º 0.98% 0.98% -
XYZ 52.22 24.99 92.51 -
YUV 101.71 211.69 224.5 -
System Red Green Blue C M Y K H S L
Decimal 237 4 250 0.05 0.98 0 0.02 296.83 0.97 0.5
Hex ED 4 FA 5 62 0 2 129 61 32
Octal 355 4 372 5 142 0 2 451 141 62
Binary 11101101 100 11111010 101 1100010 0 10 100101001 1100001 110010

Color Harmonies of #ED04FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED04FA

Black with #ED04FA

Text Example


Text Example

White with #ED04FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED04FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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