#ED22FF

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

Shades of Psychedelic Purple #ED22FF

Tints of Psychedelic Purple #ED22FF

Color information

#ED22FF (or 0xED22FF) is unknown color: approx Psychedelic Purple. HEX triplet: ED, 22 and FF. RGB value is (237,34,255). Sum of RGB (Red+Green+Blue) = 237+34+255=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 34 (13.67% from 255 or 6.46% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED22FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED22FF is #12DD00. Grayscale: #777777. Windows color (decimal): -1236225 or 16720621. OLE color: 16720621.

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

Color convert

RGB23734255-
CMYK0.070.8700
HSL295.11º100%56.67%-
HSV(B)295.11º86.67%100%-
XYZ53.5526.3796.88-
YUV119.89204.25211.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 34 (13.67% from 255) = 6.46%
BLUE value IS 255 (100% from 255) = 48.48%
R=45.06%
G=6.46%
B=48.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal237342550.070.8700295.1110056.67
HexED22FF757001276439
Octal3554237771270044714471
Binary11101101100010111111111111010111001001001111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED22FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED22FF; }

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

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

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

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

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

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

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

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