Html Css Color HEX #EB19EC Psychedelic Purple

📋 copy color: '#EB19EC'

red 235 ◦ green 25 ◦ blue 236

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

Shades of Psychedelic Purple #EB19EC

Tints of Psychedelic Purple #EB19EC

RGB

 RED value IS 235 (92.19% from 255) = 47.38%

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

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

R = 47.38%
G = 5.04%
B = 47.58%

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

#EB19EC (or 0xEB19EC) is known color: Psychedelic Purple. HEX triplet: EB, 19 and EC. RGB value is (235,25,236). Sum of RGB (Red+Green+Blue) = 235+25+236=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 25 (10.16% from 255 or 5.04% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB19EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB19EC is #14E613. Grayscale: #6F6F6F. Windows color (decimal): -1369620 or 15473131. OLE color: 15473131.

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

Color convert

RGB 235 25 236 -
CMYK 0.00 0.89 0 0.07
HSL 299.72º 0.85% 0.51% -
HSV(B) 299.72º 0.89% 0.93% -
XYZ 49.75 24.41 81.45 -
YUV 111.84 198.07 215.84 -
System Red Green Blue C M Y K H S L
Decimal 235 25 236 0.00 0.89 0 0.07 299.72 0.85 0.51
Hex EB 19 EC 0 59 0 7 12C 55 33
Octal 353 31 354 0 131 0 7 454 125 63
Binary 11101011 11001 11101100 0 1011001 0 111 100101100 1010101 110011

Color Harmonies of #EB19EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB19EC

Black with #EB19EC

Text Example


Text Example

White with #EB19EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB19EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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