Html Css Color HEX #ED0FFF Psychedelic Purple

📋 copy color: '#ED0FFF'

red 237 ◦ green 15 ◦ blue 255

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

Shades of Psychedelic Purple #ED0FFF

Tints of Psychedelic Purple #ED0FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.96%

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

R = 46.75%
G = 2.96%
B = 50.3%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED0FFF (or 0xED0FFF) is known color: Psychedelic Purple. HEX triplet: ED, 0F and FF. RGB value is (237,15,255). Sum of RGB (Red+Green+Blue) = 237+15+255=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 15 (6.25% from 255 or 2.96% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED0FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0FFF is #12F000. Grayscale: #6B6B6B. Windows color (decimal): -1241089 or 16715757. OLE color: 16715757.

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

Color convert

RGB 237 15 255 -
CMYK 0.07 0.94 0 0
HSL 295.5º 1% 0.53% -
HSV(B) 295.5º 0.94% 1% -
XYZ 53.15 25.57 96.74 -
YUV 108.74 210.55 219.49 -
System Red Green Blue C M Y K H S L
Decimal 237 15 255 0.07 0.94 0 0 295.5 1 0.53
Hex ED F FF 7 5E 0 0 128 64 35
Octal 355 17 377 7 136 0 0 450 144 65
Binary 11101101 1111 11111111 111 1011110 0 0 100101000 1100100 110101

Color Harmonies of #ED0FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FFF

Black with #ED0FFF

Text Example


Text Example

White with #ED0FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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