Html Css Color HEX #EB0FFF Psychedelic Purple

📋 copy color: '#EB0FFF'

red 235 ◦ green 15 ◦ blue 255

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

Shades of Psychedelic Purple #EB0FFF

Tints of Psychedelic Purple #EB0FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.97%

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

R = 46.53%
G = 2.97%
B = 50.5%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB0FFF (or 0xEB0FFF) is known color: Psychedelic Purple. HEX triplet: EB, 0F and FF. RGB value is (235,15,255). Sum of RGB (Red+Green+Blue) = 235+15+255=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 15 (6.25% from 255 or 2.97% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB0FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0FFF is #14F000. Grayscale: #6B6B6B. Windows color (decimal): -1372161 or 16715755. OLE color: 16715755.

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

Color convert

RGB 235 15 255 -
CMYK 0.08 0.94 0 0
HSL 295º 1% 0.53% -
HSV(B) 295º 0.94% 1% -
XYZ 52.48 25.22 96.71 -
YUV 108.14 210.89 218.49 -
System Red Green Blue C M Y K H S L
Decimal 235 15 255 0.08 0.94 0 0 295 1 0.53
Hex EB F FF 8 5E 0 0 127 64 35
Octal 353 17 377 10 136 0 0 447 144 65
Binary 11101011 1111 11111111 1000 1011110 0 0 100100111 1100100 110101

Color Harmonies of #EB0FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0FFF

Black with #EB0FFF

Text Example


Text Example

White with #EB0FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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