#EC12F5

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

Shades of Psychedelic Purple #EC12F5

Tints of Psychedelic Purple #EC12F5

Color information

#EC12F5 (or 0xEC12F5) is unknown color: approx Psychedelic Purple. HEX triplet: EC, 12 and F5. RGB value is (236,18,245). Sum of RGB (Red+Green+Blue) = 236+18+245=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 18 (7.42% from 255 or 3.61% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC12F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12F5 is #13ED0A. Grayscale: #6C6C6C. Windows color (decimal): -1305867 or 16061164. OLE color: 16061164.

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

Color convert

RGB23618245-
CMYK0.040.9300.04
HSL297.62º91.9%51.57%-
HSV(B)297.62º92.65%96.08%-
XYZ51.2924.8688.48-
YUV109.06204.72218.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.29%
GREEN value IS 18 (7.42% from 255) = 3.61%
BLUE value IS 245 (96.09% from 255) = 49.10%
R=47.29%
G=3.61%
B=49.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal236182450.040.9300.04297.6291.951.57
HexEC12F545D0412a5c34
Octal3542236541350445213464
Binary111011001001011110101100101110101001001010101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC12F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC12F5; }

 p { color: rgb(236,18,245); }

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

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

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

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

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

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

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