Html Css Color HEX #ED2EFE Psychedelic Purple

📋 copy color: '#ED2EFE'

red 237 ◦ green 46 ◦ blue 254

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

Shades of Psychedelic Purple #ED2EFE

Tints of Psychedelic Purple #ED2EFE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.57%

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 44.13%
G = 8.57%
B = 47.3%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED2EFE (or 0xED2EFE) is known color: Psychedelic Purple. HEX triplet: ED, 2E and FE. RGB value is (237,46,254). Sum of RGB (Red+Green+Blue) = 237+46+254=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 46 (18.36% from 255 or 8.57% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED2EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2EFE is #12D101. Grayscale: #7E7E7E. Windows color (decimal): -1233154 or 16658157. OLE color: 16658157.

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

Color convert

RGB 237 46 254 -
CMYK 0.07 0.82 0 0.00
HSL 295.1º 0.99% 0.59% -
HSV(B) 295.1º 0.82% 1% -
XYZ 53.79 27.11 96.16 -
YUV 126.82 199.78 206.59 -
System Red Green Blue C M Y K H S L
Decimal 237 46 254 0.07 0.82 0 0.00 295.1 0.99 0.59
Hex ED 2E FE 7 52 0 0 127 63 3B
Octal 355 56 376 7 122 0 0 447 143 73
Binary 11101101 101110 11111110 111 1010010 0 0 100100111 1100011 111011

Color Harmonies of #ED2EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2EFE

Black with #ED2EFE

Text Example


Text Example

White with #ED2EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2EFE; }

 p { color: rgb(237,46,254); }

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

background-color css

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

 a { background-color: rgb(237,46,254); }

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

border-color css

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

 span { border-color: rgb(237,46,254); }

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