Html Css Color HEX #EC13FE Psychedelic Purple

📋 copy color: '#EC13FE'

red 236 ◦ green 19 ◦ blue 254

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

Shades of Psychedelic Purple #EC13FE

Tints of Psychedelic Purple #EC13FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.73%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 46.37%
G = 3.73%
B = 49.9%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC13FE (or 0xEC13FE) is known color: Psychedelic Purple. HEX triplet: EC, 13 and FE. RGB value is (236,19,254). Sum of RGB (Red+Green+Blue) = 236+19+254=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 19 (7.81% from 255 or 3.73% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC13FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC13FE is #13EC01. Grayscale: #6D6D6D. Windows color (decimal): -1305602 or 16651244. OLE color: 16651244.

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

Color convert

RGB 236 19 254 -
CMYK 0.07 0.93 0 0.00
HSL 295.4º 0.99% 0.54% -
HSV(B) 295.4º 0.93% 1% -
XYZ 52.71 25.45 95.9 -
YUV 110.67 208.89 217.39 -
System Red Green Blue C M Y K H S L
Decimal 236 19 254 0.07 0.93 0 0.00 295.4 0.99 0.54
Hex EC 13 FE 7 5D 0 0 127 63 36
Octal 354 23 376 7 135 0 0 447 143 66
Binary 11101100 10011 11111110 111 1011101 0 0 100100111 1100011 110110

Color Harmonies of #EC13FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC13FE

Black with #EC13FE

Text Example


Text Example

White with #EC13FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC13FE; }

 p { color: rgb(236,19,254); }

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

background-color css

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

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

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

border-color css

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

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

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