Html Css Color HEX #ED05FF Psychedelic Purple

📋 copy color: '#ED05FF'

red 237 ◦ green 5 ◦ blue 255

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

Shades of Psychedelic Purple #ED05FF

Tints of Psychedelic Purple #ED05FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.01%

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

R = 47.69%
G = 1.01%
B = 51.31%

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

#ED05FF (or 0xED05FF) is known color: Psychedelic Purple. HEX triplet: ED, 05 and FF. RGB value is (237,5,255). Sum of RGB (Red+Green+Blue) = 237+5+255=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 5 (2.34% from 255 or 1.01% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED05FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED05FF is #12FA00. Grayscale: #666666. Windows color (decimal): -1243649 or 16713197. OLE color: 16713197.

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

Color convert

RGB 237 5 255 -
CMYK 0.07 0.98 0 0
HSL 295.68º 1% 0.51% -
HSV(B) 295.68º 0.98% 1% -
XYZ 53.03 25.33 96.7 -
YUV 102.87 213.86 223.67 -
System Red Green Blue C M Y K H S L
Decimal 237 5 255 0.07 0.98 0 0 295.68 1 0.51
Hex ED 5 FF 7 62 0 0 128 64 33
Octal 355 5 377 7 142 0 0 450 144 63
Binary 11101101 101 11111111 111 1100010 0 0 100101000 1100100 110011

Color Harmonies of #ED05FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05FF

Black with #ED05FF

Text Example


Text Example

White with #ED05FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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