#ED27FE

Color #ED27FE Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #ED27FE

Tints of Psychedelic Purple #ED27FE

Color information

#ED27FE (or 0xED27FE) is unknown color: approx Psychedelic Purple. HEX triplet: ED, 27 and FE. RGB value is (237,39,254). Sum of RGB (Red+Green+Blue) = 237+39+254=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 39 (15.62% from 255 or 7.36% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED27FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED27FE is #12D801. Grayscale: #7A7A7A. Windows color (decimal): -1234946 or 16656365. OLE color: 16656365.

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

Color convert

RGB23739254-
CMYK0.070.8500.00
HSL295.26º99.08%57.45%-
HSV(B)295.26º84.65%99.61%-
XYZ53.5426.6196.08-
YUV122.71202.1209.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 39 (15.62% from 255) = 7.36%
BLUE value IS 254 (99.61% from 255) = 47.92%
R=44.72%
G=7.36%
B=47.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal237392540.070.8500.00295.2699.0857.45
HexED27FE755001276339
Octal3554737671250044714371
Binary11101101100111111111101111010101001001001111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED27FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED27FE; }

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

 H1.HeaderClassName
 {
   color: #ED27FE;
 }
 .AnyTagClassName
 {
   color: #ED27FE;
 }
</style>
background-color css

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

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

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

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

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

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