Html Css Color HEX #EC19FF Psychedelic Purple

📋 copy color: '#EC19FF'

red 236 ◦ green 25 ◦ blue 255

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

Shades of Psychedelic Purple #EC19FF

Tints of Psychedelic Purple #EC19FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.42%

R = 45.74%
G = 4.84%
B = 49.42%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC19FF (or 0xEC19FF) is known color: Psychedelic Purple. HEX triplet: EC, 19 and FF. RGB value is (236,25,255). Sum of RGB (Red+Green+Blue) = 236+25+255=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 25 (10.16% from 255 or 4.84% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC19FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC19FF is #13E600. Grayscale: #717171. Windows color (decimal): -1304065 or 16718316. OLE color: 16718316.

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

Color convert

RGB 236 25 255 -
CMYK 0.07 0.90 0 0
HSL 295.04º 1% 0.55% -
HSV(B) 295.04º 0.9% 1% -
XYZ 52.99 25.75 96.78 -
YUV 114.31 207.4 214.8 -
System Red Green Blue C M Y K H S L
Decimal 236 25 255 0.07 0.90 0 0 295.04 1 0.55
Hex EC 19 FF 7 5A 0 0 127 64 37
Octal 354 31 377 7 132 0 0 447 144 67
Binary 11101100 11001 11111111 111 1011010 0 0 100100111 1100100 110111

Color Harmonies of #EC19FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC19FF

Black with #EC19FF

Text Example


Text Example

White with #EC19FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC19FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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