Html Css Color HEX #EC19EC Psychedelic Purple

📋 copy color: '#EC19EC'

red 236 ◦ green 25 ◦ blue 236

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

Shades of Psychedelic Purple #EC19EC

Tints of Psychedelic Purple #EC19EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 47.48%
G = 5.03%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC19EC (or 0xEC19EC) is known color: Psychedelic Purple. HEX triplet: EC, 19 and EC. RGB value is (236,25,236). Sum of RGB (Red+Green+Blue) = 236+25+236=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 25 (10.16% from 255 or 5.03% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC19EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC19EC is #13E613. Grayscale: #6F6F6F. Windows color (decimal): -1304084 or 15473132. OLE color: 15473132.

HSL color Cylindrical-coordinate representation of color #EC19EC: hue angle of 300º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC19EC is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 25 236 -
CMYK 0 0.89 0 0.07
HSL 300º 0.85% 0.51% -
HSV(B) 300º 0.89% 0.93% -
XYZ 50.08 24.58 81.46 -
YUV 112.14 197.9 216.34 -
System Red Green Blue C M Y K H S L
Decimal 236 25 236 0 0.89 0 0.07 300 0.85 0.51
Hex EC 19 EC 0 59 0 7 12C 55 33
Octal 354 31 354 0 131 0 7 454 125 63
Binary 11101100 11001 11101100 0 1011001 0 111 100101100 1010101 110011

Color Harmonies of #EC19EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC19EC

Black with #EC19EC

Text Example


Text Example

White with #EC19EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC19EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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