Html Css Color HEX #EB15FE Psychedelic Purple

📋 copy color: '#EB15FE'

red 235 ◦ green 21 ◦ blue 254

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

Shades of Psychedelic Purple #EB15FE

Tints of Psychedelic Purple #EB15FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.8%

R = 46.08%
G = 4.12%
B = 49.8%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EB15FE (or 0xEB15FE) is known color: Psychedelic Purple. HEX triplet: EB, 15 and FE. RGB value is (235,21,254). Sum of RGB (Red+Green+Blue) = 235+21+254=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 21 (8.59% from 255 or 4.12% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB15FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB15FE is #14EA01. Grayscale: #6E6E6E. Windows color (decimal): -1370626 or 16651755. OLE color: 16651755.

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

Color convert

RGB 235 21 254 -
CMYK 0.07 0.92 0 0.00
HSL 295.11º 0.99% 0.54% -
HSV(B) 295.11º 0.92% 1% -
XYZ 52.42 25.35 95.9 -
YUV 111.55 208.4 216.05 -
System Red Green Blue C M Y K H S L
Decimal 235 21 254 0.07 0.92 0 0.00 295.11 0.99 0.54
Hex EB 15 FE 7 5C 0 0 127 63 36
Octal 353 25 376 7 134 0 0 447 143 66
Binary 11101011 10101 11111110 111 1011100 0 0 100100111 1100011 110110

Color Harmonies of #EB15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB15FE

Black with #EB15FE

Text Example


Text Example

White with #EB15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB15FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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