#EC05EC

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

Shades of Psychedelic Purple #EC05EC

Tints of Psychedelic Purple #EC05EC

Color information

#EC05EC (or 0xEC05EC) is unknown color: approx Psychedelic Purple. HEX triplet: EC, 05 and EC. RGB value is (236,5,236). Sum of RGB (Red+Green+Blue) = 236+5+236=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 5 (2.34% from 255 or 1.05% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC05EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05EC is #13FA13. Grayscale: #636363. Windows color (decimal): -1309204 or 15468012. OLE color: 15468012.

HSL color Cylindrical-coordinate representation of color #EC05EC: hue angle of 300º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC05EC is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2365236-
CMYK00.9800.07
HSL300º95.85%47.25%-
HSV(B)300º97.88%92.55%-
XYZ49.792481.36-
YUV100.4204.53224.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.48%
GREEN value IS 5 (2.34% from 255) = 1.05%
BLUE value IS 236 (92.58% from 255) = 49.48%
R=49.48%
G=1.05%
B=49.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236523600.9800.0730095.8547.25
HexEC5EC0620712c602f
Octal354535401420745414057
Binary11101100101111011000110001001111001011001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC05EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC05EC; }

 p { color: rgb(236,5,236); }

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

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

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

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

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

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

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