#ED33FA

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

Shades of Psychedelic Purple #ED33FA

Tints of Psychedelic Purple #ED33FA

Color information

#ED33FA (or 0xED33FA) is unknown color: approx Psychedelic Purple. HEX triplet: ED, 33 and FA. RGB value is (237,51,250). Sum of RGB (Red+Green+Blue) = 237+51+250=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 51 (20.31% from 255 or 9.48% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED33FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED33FA is #12CC05. Grayscale: #808080. Windows color (decimal): -1231878 or 16397293. OLE color: 16397293.

HSL color Cylindrical-coordinate representation of color #ED33FA: hue angle of 296.08º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED33FA is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23751250-
CMYK0.050.8000.02
HSL296.08º95.22%59.02%-
HSV(B)296.08º79.6%98.04%-
XYZ53.3627.2792.89-
YUV129.3196.12204.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 51 (20.31% from 255) = 9.48%
BLUE value IS 250 (98.05% from 255) = 46.47%
R=44.05%
G=9.48%
B=46.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal237512500.050.8000.02296.0895.2259.02
HexED33FA550021285f3b
Octal3556337251200245013773
Binary111011011100111111101010110100000101001010001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED33FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED33FA; }

 p { color: rgb(237,51,250); }

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

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

 a { background-color: rgb(237,51,250); }

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

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

 span { border-color: rgb(237,51,250); }

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