Html Css Color HEX #EB15FF Psychedelic Purple

📋 copy color: '#EB15FF'

red 235 ◦ green 21 ◦ blue 255

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

Shades of Psychedelic Purple #EB15FF

Tints of Psychedelic Purple #EB15FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.11%

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

R = 45.99%
G = 4.11%
B = 49.9%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB15FF (or 0xEB15FF) is known color: Psychedelic Purple. HEX triplet: EB, 15 and FF. RGB value is (235,21,255). Sum of RGB (Red+Green+Blue) = 235+21+255=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 21 (8.59% from 255 or 4.11% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB15FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB15FF is #14EA00. Grayscale: #6E6E6E. Windows color (decimal): -1370625 or 16717291. OLE color: 16717291.

HSL color Cylindrical-coordinate representation of color #EB15FF: hue angle of 294.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB15FF is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 21 255 -
CMYK 0.08 0.92 0 0
HSL 294.87º 1% 0.54% -
HSV(B) 294.87º 0.92% 1% -
XYZ 52.58 25.42 96.74 -
YUV 111.66 208.9 215.97 -
System Red Green Blue C M Y K H S L
Decimal 235 21 255 0.08 0.92 0 0 294.87 1 0.54
Hex EB 15 FF 8 5C 0 0 127 64 36
Octal 353 25 377 10 134 0 0 447 144 66
Binary 11101011 10101 11111111 1000 1011100 0 0 100100111 1100100 110110

Color Harmonies of #EB15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB15FF

Black with #EB15FF

Text Example


Text Example

White with #EB15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB15FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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