Html Css Color HEX #ED0EFE Psychedelic Purple

📋 copy color: '#ED0EFE'

red 237 ◦ green 14 ◦ blue 254

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

Shades of Psychedelic Purple #ED0EFE

Tints of Psychedelic Purple #ED0EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.77%

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

R = 46.93%
G = 2.77%
B = 50.3%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED0EFE (or 0xED0EFE) is known color: Psychedelic Purple. HEX triplet: ED, 0E and FE. RGB value is (237,14,254). Sum of RGB (Red+Green+Blue) = 237+14+254=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 14 (5.86% from 255 or 2.77% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED0EFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0EFE is #12F101. Grayscale: #6B6B6B. Windows color (decimal): -1241346 or 16649965. OLE color: 16649965.

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

Color convert

RGB 237 14 254 -
CMYK 0.07 0.94 0 0.00
HSL 295.75º 0.99% 0.53% -
HSV(B) 295.75º 0.94% 1% -
XYZ 52.97 25.47 95.89 -
YUV 108.04 210.38 219.99 -
System Red Green Blue C M Y K H S L
Decimal 237 14 254 0.07 0.94 0 0.00 295.75 0.99 0.53
Hex ED E FE 7 5E 0 0 128 63 35
Octal 355 16 376 7 136 0 0 450 143 65
Binary 11101101 1110 11111110 111 1011110 0 0 100101000 1100011 110101

Color Harmonies of #ED0EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0EFE

Black with #ED0EFE

Text Example


Text Example

White with #ED0EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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