Html Css Color HEX #EC12EC Psychedelic Purple

📋 copy color: '#EC12EC'

red 236 ◦ green 18 ◦ blue 236

#EC12EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #EC12EC

Tints of Psychedelic Purple #EC12EC

RGB

 RED value IS 236 (92.58% from 255) = 48.16%

 GREEN value IS 18 (7.42% from 255) = 3.67%

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 48.16%
G = 3.67%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC12EC (or 0xEC12EC) is known color: Psychedelic Purple. HEX triplet: EC, 12 and EC. RGB value is (236,18,236). Sum of RGB (Red+Green+Blue) = 236+18+236=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 18 (7.42% from 255 or 3.67% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC12EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12EC is #13ED13. Grayscale: #6B6B6B. Windows color (decimal): -1305876 or 15471340. OLE color: 15471340.

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

Color convert

RGB 236 18 236 -
CMYK 0 0.92 0 0.07
HSL 300º 0.86% 0.5% -
HSV(B) 300º 0.92% 0.93% -
XYZ 49.95 24.32 81.42 -
YUV 108.03 200.22 219.27 -
System Red Green Blue C M Y K H S L
Decimal 236 18 236 0 0.92 0 0.07 300 0.86 0.5
Hex EC 12 EC 0 5C 0 7 12C 56 32
Octal 354 22 354 0 134 0 7 454 126 62
Binary 11101100 10010 11101100 0 1011100 0 111 100101100 1010110 110010

Color Harmonies of #EC12EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12EC

Black with #EC12EC

Text Example


Text Example

White with #EC12EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12EC; }

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

 H1.HeaderClassName
 {
   color: #EC12EC;
 }
 .AnyTagClassName
 {
   color: #EC12EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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