Html Css Color HEX #ED07FE Psychedelic Purple

📋 copy color: '#ED07FE'

red 237 ◦ green 7 ◦ blue 254

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

Shades of Psychedelic Purple #ED07FE

Tints of Psychedelic Purple #ED07FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.41%

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

R = 47.59%
G = 1.41%
B = 51%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED07FE (or 0xED07FE) is known color: Psychedelic Purple. HEX triplet: ED, 07 and FE. RGB value is (237,7,254). Sum of RGB (Red+Green+Blue) = 237+7+254=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 7 (3.12% from 255 or 1.41% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED07FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED07FE is #12F801. Grayscale: #676767. Windows color (decimal): -1243138 or 16648173. OLE color: 16648173.

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

Color convert

RGB 237 7 254 -
CMYK 0.07 0.97 0 0.00
HSL 295.87º 0.99% 0.51% -
HSV(B) 295.87º 0.97% 1% -
XYZ 52.89 25.31 95.86 -
YUV 103.93 212.7 222.92 -
System Red Green Blue C M Y K H S L
Decimal 237 7 254 0.07 0.97 0 0.00 295.87 0.99 0.51
Hex ED 7 FE 7 61 0 0 128 63 33
Octal 355 7 376 7 141 0 0 450 143 63
Binary 11101101 111 11111110 111 1100001 0 0 100101000 1100011 110011

Color Harmonies of #ED07FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED07FE

Black with #ED07FE

Text Example


Text Example

White with #ED07FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED07FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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