Html Css Color HEX #EC15EC Psychedelic Purple

📋 copy color: '#EC15EC'

red 236 ◦ green 21 ◦ blue 236

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

Shades of Psychedelic Purple #EC15EC

Tints of Psychedelic Purple #EC15EC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.26%

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

R = 47.87%
G = 4.26%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC15EC (or 0xEC15EC) is known color: Psychedelic Purple. HEX triplet: EC, 15 and EC. RGB value is (236,21,236). Sum of RGB (Red+Green+Blue) = 236+21+236=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 21 (8.59% from 255 or 4.26% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC15EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15EC is #13EA13. Grayscale: #6D6D6D. Windows color (decimal): -1305108 or 15472108. OLE color: 15472108.

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

Color convert

RGB 236 21 236 -
CMYK 0 0.91 0 0.07
HSL 300º 0.85% 0.5% -
HSV(B) 300º 0.91% 0.93% -
XYZ 50 24.43 81.44 -
YUV 109.8 199.23 218.02 -
System Red Green Blue C M Y K H S L
Decimal 236 21 236 0 0.91 0 0.07 300 0.85 0.5
Hex EC 15 EC 0 5B 0 7 12C 55 32
Octal 354 25 354 0 133 0 7 454 125 62
Binary 11101100 10101 11101100 0 1011011 0 111 100101100 1010101 110010

Color Harmonies of #EC15EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15EC

Black with #EC15EC

Text Example


Text Example

White with #EC15EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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