Html Css Color HEX #ED28FE Psychedelic Purple

📋 copy color: '#ED28FE'

red 237 ◦ green 40 ◦ blue 254

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

Shades of Psychedelic Purple #ED28FE

Tints of Psychedelic Purple #ED28FE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.53%

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

R = 44.63%
G = 7.53%
B = 47.83%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED28FE (or 0xED28FE) is known color: Psychedelic Purple. HEX triplet: ED, 28 and FE. RGB value is (237,40,254). Sum of RGB (Red+Green+Blue) = 237+40+254=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 40 (16.02% from 255 or 7.53% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED28FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED28FE is #12D701. Grayscale: #7A7A7A. Windows color (decimal): -1234690 or 16656621. OLE color: 16656621.

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

Color convert

RGB 237 40 254 -
CMYK 0.07 0.84 0 0.00
HSL 295.23º 0.99% 0.58% -
HSV(B) 295.23º 0.84% 1% -
XYZ 53.57 26.68 96.09 -
YUV 123.3 201.77 209.1 -
System Red Green Blue C M Y K H S L
Decimal 237 40 254 0.07 0.84 0 0.00 295.23 0.99 0.58
Hex ED 28 FE 7 54 0 0 127 63 3A
Octal 355 50 376 7 124 0 0 447 143 72
Binary 11101101 101000 11111110 111 1010100 0 0 100100111 1100011 111010

Color Harmonies of #ED28FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28FE

Black with #ED28FE

Text Example


Text Example

White with #ED28FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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