Html Css Color HEX #EC19FE Psychedelic Purple

📋 copy color: '#EC19FE'

red 236 ◦ green 25 ◦ blue 254

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

Shades of Psychedelic Purple #EC19FE

Tints of Psychedelic Purple #EC19FE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.85%

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

R = 45.83%
G = 4.85%
B = 49.32%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC19FE (or 0xEC19FE) is known color: Psychedelic Purple. HEX triplet: EC, 19 and FE. RGB value is (236,25,254). Sum of RGB (Red+Green+Blue) = 236+25+254=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 25 (10.16% from 255 or 4.85% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC19FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC19FE is #13E601. Grayscale: #717171. Windows color (decimal): -1304066 or 16652780. OLE color: 16652780.

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

Color convert

RGB 236 25 254 -
CMYK 0.07 0.90 0 0.00
HSL 295.28º 0.99% 0.55% -
HSV(B) 295.28º 0.9% 1% -
XYZ 52.83 25.68 95.94 -
YUV 114.2 206.9 214.88 -
System Red Green Blue C M Y K H S L
Decimal 236 25 254 0.07 0.90 0 0.00 295.28 0.99 0.55
Hex EC 19 FE 7 5A 0 0 127 63 37
Octal 354 31 376 7 132 0 0 447 143 67
Binary 11101100 11001 11111110 111 1011010 0 0 100100111 1100011 110111

Color Harmonies of #EC19FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC19FE

Black with #EC19FE

Text Example


Text Example

White with #EC19FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC19FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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