Html Css Color HEX #EC19FC Psychedelic Purple

📋 copy color: '#EC19FC'

red 236 ◦ green 25 ◦ blue 252

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

Shades of Psychedelic Purple #EC19FC

Tints of Psychedelic Purple #EC19FC

RGB

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

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

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

R = 46%
G = 4.87%
B = 49.12%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC19FC (or 0xEC19FC) is known color: Psychedelic Purple. HEX triplet: EC, 19 and FC. RGB value is (236,25,252). Sum of RGB (Red+Green+Blue) = 236+25+252=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 25 (10.16% from 255 or 4.87% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC19FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC19FC is #13E603. Grayscale: #717171. Windows color (decimal): -1304068 or 16521708. OLE color: 16521708.

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

Color convert

RGB 236 25 252 -
CMYK 0.06 0.90 0 0.01
HSL 295.77º 0.97% 0.54% -
HSV(B) 295.77º 0.9% 0.99% -
XYZ 52.51 25.56 94.26 -
YUV 113.97 205.9 215.04 -
System Red Green Blue C M Y K H S L
Decimal 236 25 252 0.06 0.90 0 0.01 295.77 0.97 0.54
Hex EC 19 FC 6 5A 0 1 128 61 36
Octal 354 31 374 6 132 0 1 450 141 66
Binary 11101100 11001 11111100 110 1011010 0 1 100101000 1100001 110110

Color Harmonies of #EC19FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC19FC

Black with #EC19FC

Text Example


Text Example

White with #EC19FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC19FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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