Html Css Color HEX #ED2FFF Psychedelic Purple

📋 copy color: '#ED2FFF'

red 237 ◦ green 47 ◦ blue 255

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

Shades of Psychedelic Purple #ED2FFF

Tints of Psychedelic Purple #ED2FFF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.72%

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

R = 43.97%
G = 8.72%
B = 47.31%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED2FFF (or 0xED2FFF) is known color: Psychedelic Purple. HEX triplet: ED, 2F and FF. RGB value is (237,47,255). Sum of RGB (Red+Green+Blue) = 237+47+255=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 47 (18.75% from 255 or 8.72% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED2FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2FFF is #12D000. Grayscale: #7E7E7E. Windows color (decimal): -1232897 or 16723949. OLE color: 16723949.

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

Color convert

RGB 237 47 255 -
CMYK 0.07 0.82 0 0
HSL 294.81º 1% 0.59% -
HSV(B) 294.81º 0.82% 1% -
XYZ 53.99 27.26 97.02 -
YUV 127.52 199.95 206.09 -
System Red Green Blue C M Y K H S L
Decimal 237 47 255 0.07 0.82 0 0 294.81 1 0.59
Hex ED 2F FF 7 52 0 0 127 64 3B
Octal 355 57 377 7 122 0 0 447 144 73
Binary 11101101 101111 11111111 111 1010010 0 0 100100111 1100100 111011

Color Harmonies of #ED2FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2FFF

Black with #ED2FFF

Text Example


Text Example

White with #ED2FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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