Html Css Color HEX #EC01EC Psychedelic Purple

📋 copy color: '#EC01EC'

red 236 ◦ green 1 ◦ blue 236

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

Shades of Psychedelic Purple #EC01EC

Tints of Psychedelic Purple #EC01EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 49.89%
G = 0.21%
B = 49.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC01EC (or 0xEC01EC) is known color: Psychedelic Purple. HEX triplet: EC, 01 and EC. RGB value is (236,1,236). Sum of RGB (Red+Green+Blue) = 236+1+236=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 1 (0.78% from 255 or 0.21% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC01EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC01EC is #13FE13. Grayscale: #616161. Windows color (decimal): -1310228 or 15466988. OLE color: 15466988.

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

Color convert

RGB 236 1 236 -
CMYK 0 1.00 0 0.07
HSL 300º 0.99% 0.46% -
HSV(B) 300º 1% 0.93% -
XYZ 49.74 23.91 81.35 -
YUV 98.06 205.86 226.39 -
System Red Green Blue C M Y K H S L
Decimal 236 1 236 0 1.00 0 0.07 300 0.99 0.46
Hex EC 1 EC 0 64 0 7 12C 63 2E
Octal 354 1 354 0 144 0 7 454 143 56
Binary 11101100 1 11101100 0 1100100 0 111 100101100 1100011 101110

Color Harmonies of #EC01EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01EC

Black with #EC01EC

Text Example


Text Example

White with #EC01EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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