Html Css Color HEX #EC19ED Psychedelic Purple

📋 copy color: '#EC19ED'

red 236 ◦ green 25 ◦ blue 237

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

Shades of Psychedelic Purple #EC19ED

Tints of Psychedelic Purple #EC19ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 47.39%
G = 5.02%
B = 47.59%

CMYK

 C value IS 0.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC19ED (or 0xEC19ED) is known color: Psychedelic Purple. HEX triplet: EC, 19 and ED. RGB value is (236,25,237). Sum of RGB (Red+Green+Blue) = 236+25+237=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 25 (10.16% from 255 or 5.02% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC19ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC19ED is #13E612. Grayscale: #6F6F6F. Windows color (decimal): -1304083 or 15538668. OLE color: 15538668.

HSL color Cylindrical-coordinate representation of color #EC19ED: hue angle of 299.72º 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 #EC19ED is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 25 237 -
CMYK 0.00 0.89 0 0.07
HSL 299.72º 0.85% 0.51% -
HSV(B) 299.72º 0.89% 0.93% -
XYZ 50.23 24.64 82.23 -
YUV 112.26 198.4 216.26 -
System Red Green Blue C M Y K H S L
Decimal 236 25 237 0.00 0.89 0 0.07 299.72 0.85 0.51
Hex EC 19 ED 0 59 0 7 12C 55 33
Octal 354 31 355 0 131 0 7 454 125 63
Binary 11101100 11001 11101101 0 1011001 0 111 100101100 1010101 110011

Color Harmonies of #EC19ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC19ED

Black with #EC19ED

Text Example


Text Example

White with #EC19ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC19ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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