#ec05ed

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

Shades of Psychedelic Purple #EC05ED

Tints of Psychedelic Purple #EC05ED

Color information

#EC05ED (or 0xEC05ED) is unknown color: approx Psychedelic Purple. HEX triplet: EC, 05 and ED. RGB value is (236,5,237). Sum of RGB (Red+Green+Blue) = 236+5+237=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 5 (2.34% from 255 or 1.05% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC05ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05ED is #13FA12. Grayscale: #636363. Windows color (decimal): -1309203 or 15533548. OLE color: 15533548.

HSL color Cylindrical-coordinate representation of color #EC05ED: hue angle of 299.74º 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 #EC05ED is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2365237-
CMYK0.000.9800.07
HSL299.74º95.87%47.45%-
HSV(B)299.74º97.89%92.94%-
XYZ49.9324.0682.13-
YUV100.52205.03224.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.37%
GREEN value IS 5 (2.34% from 255) = 1.05%
BLUE value IS 237 (92.97% from 255) = 49.58%
R=49.37%
G=1.05%
B=49.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23652370.000.9800.07299.7495.8747.45
HexEC5ED0620712c602f
Octal354535501420745414057
Binary11101100101111011010110001001111001011001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec05ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec05ed; }

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

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

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

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

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

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

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

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