Html Css Color HEX #EC15FC Psychedelic Purple

📋 copy color: '#EC15FC'

red 236 ◦ green 21 ◦ blue 252

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

Shades of Psychedelic Purple #EC15FC

Tints of Psychedelic Purple #EC15FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 46.37%
G = 4.13%
B = 49.51%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC15FC (or 0xEC15FC) is known color: Psychedelic Purple. HEX triplet: EC, 15 and FC. RGB value is (236,21,252). Sum of RGB (Red+Green+Blue) = 236+21+252=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 21 (8.59% from 255 or 4.13% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC15FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15FC is #13EA03. Grayscale: #6E6E6E. Windows color (decimal): -1305092 or 16520684. OLE color: 16520684.

HSL color Cylindrical-coordinate representation of color #EC15FC: hue angle of 295.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC15FC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 21 252 -
CMYK 0.06 0.92 0 0.01
HSL 295.84º 0.97% 0.54% -
HSV(B) 295.84º 0.92% 0.99% -
XYZ 52.43 25.4 94.23 -
YUV 111.62 207.23 216.72 -
System Red Green Blue C M Y K H S L
Decimal 236 21 252 0.06 0.92 0 0.01 295.84 0.97 0.54
Hex EC 15 FC 6 5C 0 1 128 61 36
Octal 354 25 374 6 134 0 1 450 141 66
Binary 11101100 10101 11111100 110 1011100 0 1 100101000 1100001 110110

Color Harmonies of #EC15FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15FC

Black with #EC15FC

Text Example


Text Example

White with #EC15FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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