Html Css Color HEX #ED06FF Psychedelic Purple

📋 copy color: '#ED06FF'

red 237 ◦ green 6 ◦ blue 255

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

Shades of Psychedelic Purple #ED06FF

Tints of Psychedelic Purple #ED06FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 47.59%
G = 1.2%
B = 51.2%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED06FF (or 0xED06FF) is known color: Psychedelic Purple. HEX triplet: ED, 06 and FF. RGB value is (237,6,255). Sum of RGB (Red+Green+Blue) = 237+6+255=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 6 (2.73% from 255 or 1.20% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED06FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED06FF is #12F900. Grayscale: #666666. Windows color (decimal): -1243393 or 16713453. OLE color: 16713453.

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

Color convert

RGB 237 6 255 -
CMYK 0.07 0.98 0 0
HSL 295.66º 1% 0.51% -
HSV(B) 295.66º 0.98% 1% -
XYZ 53.04 25.35 96.71 -
YUV 103.46 213.53 223.25 -
System Red Green Blue C M Y K H S L
Decimal 237 6 255 0.07 0.98 0 0 295.66 1 0.51
Hex ED 6 FF 7 62 0 0 128 64 33
Octal 355 6 377 7 142 0 0 450 144 63
Binary 11101101 110 11111111 111 1100010 0 0 100101000 1100100 110011

Color Harmonies of #ED06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06FF

Black with #ED06FF

Text Example


Text Example

White with #ED06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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