Html Css Color HEX #EC10EC Psychedelic Purple

📋 copy color: '#EC10EC'

red 236 ◦ green 16 ◦ blue 236

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

Shades of Psychedelic Purple #EC10EC

Tints of Psychedelic Purple #EC10EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.28%

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

R = 48.36%
G = 3.28%
B = 48.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC10EC (or 0xEC10EC) is known color: Psychedelic Purple. HEX triplet: EC, 10 and EC. RGB value is (236,16,236). Sum of RGB (Red+Green+Blue) = 236+16+236=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC10EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10EC is #13EF13. Grayscale: #6A6A6A. Windows color (decimal): -1306388 or 15470828. OLE color: 15470828.

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

Color convert

RGB 236 16 236 -
CMYK 0 0.93 0 0.07
HSL 300º 0.87% 0.49% -
HSV(B) 300º 0.93% 0.93% -
XYZ 49.92 24.26 81.41 -
YUV 106.86 200.89 220.11 -
System Red Green Blue C M Y K H S L
Decimal 236 16 236 0 0.93 0 0.07 300 0.87 0.49
Hex EC 10 EC 0 5D 0 7 12C 57 31
Octal 354 20 354 0 135 0 7 454 127 61
Binary 11101100 10000 11101100 0 1011101 0 111 100101100 1010111 110001

Color Harmonies of #EC10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC10EC

Black with #EC10EC

Text Example


Text Example

White with #EC10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC10EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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