#EC33FA

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

Shades of Psychedelic Purple #EC33FA

Tints of Psychedelic Purple #EC33FA

Color information

#EC33FA (or 0xEC33FA) is unknown color: approx Psychedelic Purple. HEX triplet: EC, 33 and FA. RGB value is (236,51,250). Sum of RGB (Red+Green+Blue) = 236+51+250=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 51 (20.31% from 255 or 9.50% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC33FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC33FA is #13CC05. Grayscale: #808080. Windows color (decimal): -1297414 or 16397292. OLE color: 16397292.

HSL color Cylindrical-coordinate representation of color #EC33FA: hue angle of 295.78º 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 #EC33FA is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23651250-
CMYK0.060.8000.02
HSL295.78º95.22%59.02%-
HSV(B)295.78º79.6%98.04%-
XYZ53.0327.192.88-
YUV129196.29204.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 51 (20.31% from 255) = 9.50%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=43.95%
G=9.50%
B=46.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal236512500.060.8000.02295.7895.2259.02
HexEC33FA650021285f3b
Octal3546337261200245013773
Binary111011001100111111101011010100000101001010001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC33FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC33FA; }

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

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

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

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

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

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

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

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