Html Css Color HEX #ED06FE Psychedelic Purple

📋 copy color: '#ED06FE'

red 237 ◦ green 6 ◦ blue 254

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

Shades of Psychedelic Purple #ED06FE

Tints of Psychedelic Purple #ED06FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.21%

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

R = 47.69%
G = 1.21%
B = 51.11%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED06FE (or 0xED06FE) is known color: Psychedelic Purple. HEX triplet: ED, 06 and FE. RGB value is (237,6,254). Sum of RGB (Red+Green+Blue) = 237+6+254=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 6 (2.73% from 255 or 1.21% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED06FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED06FE is #12F901. Grayscale: #666666. Windows color (decimal): -1243394 or 16647917. OLE color: 16647917.

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

Color convert

RGB 237 6 254 -
CMYK 0.07 0.98 0 0.00
HSL 295.89º 0.99% 0.51% -
HSV(B) 295.89º 0.98% 1% -
XYZ 52.88 25.29 95.86 -
YUV 103.34 213.03 223.33 -
System Red Green Blue C M Y K H S L
Decimal 237 6 254 0.07 0.98 0 0.00 295.89 0.99 0.51
Hex ED 6 FE 7 62 0 0 128 63 33
Octal 355 6 376 7 142 0 0 450 143 63
Binary 11101101 110 11111110 111 1100010 0 0 100101000 1100011 110011

Color Harmonies of #ED06FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06FE

Black with #ED06FE

Text Example


Text Example

White with #ED06FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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