Html Css Color HEX #ED06FA Psychedelic Purple

📋 copy color: '#ED06FA'

red 237 ◦ green 6 ◦ blue 250

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

Shades of Psychedelic Purple #ED06FA

Tints of Psychedelic Purple #ED06FA

RGB

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

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

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

R = 48.07%
G = 1.22%
B = 50.71%

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

#ED06FA (or 0xED06FA) is known color: Psychedelic Purple. HEX triplet: ED, 06 and FA. RGB value is (237,6,250). Sum of RGB (Red+Green+Blue) = 237+6+250=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 6 (2.73% from 255 or 1.22% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED06FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED06FA is #12F905. Grayscale: #666666. Windows color (decimal): -1243398 or 16385773. OLE color: 16385773.

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

Color convert

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

Color Harmonies of #ED06FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06FA

Black with #ED06FA

Text Example


Text Example

White with #ED06FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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