Html Css Color HEX #EB20FE Psychedelic Purple

📋 copy color: '#EB20FE'

red 235 ◦ green 32 ◦ blue 254

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

Shades of Psychedelic Purple #EB20FE

Tints of Psychedelic Purple #EB20FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.14%

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

R = 45.11%
G = 6.14%
B = 48.75%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EB20FE (or 0xEB20FE) is known color: Psychedelic Purple. HEX triplet: EB, 20 and FE. RGB value is (235,32,254). Sum of RGB (Red+Green+Blue) = 235+32+254=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 32 (12.89% from 255 or 6.14% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB20FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB20FE is #14DF01. Grayscale: #757575. Windows color (decimal): -1367810 or 16654571. OLE color: 16654571.

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

Color convert

RGB 235 32 254 -
CMYK 0.07 0.87 0 0.00
HSL 294.86º 0.99% 0.56% -
HSV(B) 294.86º 0.87% 1% -
XYZ 52.67 25.85 95.98 -
YUV 118.01 204.75 211.45 -
System Red Green Blue C M Y K H S L
Decimal 235 32 254 0.07 0.87 0 0.00 294.86 0.99 0.56
Hex EB 20 FE 7 57 0 0 127 63 38
Octal 353 40 376 7 127 0 0 447 143 70
Binary 11101011 100000 11111110 111 1010111 0 0 100100111 1100011 111000

Color Harmonies of #EB20FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB20FE

Black with #EB20FE

Text Example


Text Example

White with #EB20FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB20FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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