Html Css Color HEX #ED03FF Psychedelic Purple

📋 copy color: '#ED03FF'

red 237 ◦ green 3 ◦ blue 255

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

Shades of Psychedelic Purple #ED03FF

Tints of Psychedelic Purple #ED03FF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.61%

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

R = 47.88%
G = 0.61%
B = 51.52%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED03FF (or 0xED03FF) is known color: Psychedelic Purple. HEX triplet: ED, 03 and FF. RGB value is (237,3,255). Sum of RGB (Red+Green+Blue) = 237+3+255=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 3 (1.56% from 255 or 0.61% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED03FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED03FF is #12FC00. Grayscale: #646464. Windows color (decimal): -1244161 or 16712685. OLE color: 16712685.

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

Color convert

RGB 237 3 255 -
CMYK 0.07 0.99 0 0
HSL 295.71º 1% 0.51% -
HSV(B) 295.71º 0.99% 1% -
XYZ 53.01 25.29 96.7 -
YUV 101.69 214.52 224.51 -
System Red Green Blue C M Y K H S L
Decimal 237 3 255 0.07 0.99 0 0 295.71 1 0.51
Hex ED 3 FF 7 63 0 0 128 64 33
Octal 355 3 377 7 143 0 0 450 144 63
Binary 11101101 11 11111111 111 1100011 0 0 100101000 1100100 110011

Color Harmonies of #ED03FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED03FF

Black with #ED03FF

Text Example


Text Example

White with #ED03FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED03FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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