#EC30F6

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

Shades of Psychedelic Purple #EC30F6

Tints of Psychedelic Purple #EC30F6

Color information

#EC30F6 (or 0xEC30F6) is unknown color: approx Psychedelic Purple. HEX triplet: EC, 30 and F6. RGB value is (236,48,246). Sum of RGB (Red+Green+Blue) = 236+48+246=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 48 (19.14% from 255 or 9.06% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC30F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC30F6 is #13CF09. Grayscale: #7E7E7E. Windows color (decimal): -1298186 or 16134380. OLE color: 16134380.

HSL color Cylindrical-coordinate representation of color #EC30F6: hue angle of 296.97º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC30F6 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23648246-
CMYK0.040.8000.04
HSL296.97º91.67%57.65%-
HSV(B)296.97º80.49%96.47%-
XYZ52.2826.689.57-
YUV126.78195.28205.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 48 (19.14% from 255) = 9.06%
BLUE value IS 246 (96.48% from 255) = 46.42%
R=44.53%
G=9.06%
B=46.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal236482460.040.8000.04296.9791.6757.65
HexEC30F6450041295c3a
Octal3546036641200445113472
Binary1110110011000011110110100101000001001001010011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC30F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC30F6; }

 p { color: rgb(236,48,246); }

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

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

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

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

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

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

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