Html Css Color HEX #EB19FF Psychedelic Purple

📋 copy color: '#EB19FF'

red 235 ◦ green 25 ◦ blue 255

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

Shades of Psychedelic Purple #EB19FF

Tints of Psychedelic Purple #EB19FF

RGB

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

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

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

R = 45.63%
G = 4.85%
B = 49.51%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB19FF (or 0xEB19FF) is known color: Psychedelic Purple. HEX triplet: EB, 19 and FF. RGB value is (235,25,255). Sum of RGB (Red+Green+Blue) = 235+25+255=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 25 (10.16% from 255 or 4.85% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB19FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB19FF is #14E600. Grayscale: #717171. Windows color (decimal): -1369601 or 16718315. OLE color: 16718315.

HSL color Cylindrical-coordinate representation of color #EB19FF: hue angle of 294.78º 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 #EB19FF is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 25 255 -
CMYK 0.08 0.90 0 0
HSL 294.78º 1% 0.55% -
HSV(B) 294.78º 0.9% 1% -
XYZ 52.66 25.58 96.77 -
YUV 114.01 207.57 214.3 -
System Red Green Blue C M Y K H S L
Decimal 235 25 255 0.08 0.90 0 0 294.78 1 0.55
Hex EB 19 FF 8 5A 0 0 127 64 37
Octal 353 31 377 10 132 0 0 447 144 67
Binary 11101011 11001 11111111 1000 1011010 0 0 100100111 1100100 110111

Color Harmonies of #EB19FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB19FF

Black with #EB19FF

Text Example


Text Example

White with #EB19FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB19FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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