Html Css Color HEX #EB00FF Psychedelic Purple

📋 copy color: '#EB00FF'

red 235 ◦ green 0 ◦ blue 255

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

Shades of Psychedelic Purple #EB00FF

Tints of Psychedelic Purple #EB00FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.96%
G = 0%
B = 52.04%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB00FF (or 0xEB00FF) is known color: Psychedelic Purple. HEX triplet: EB, 00 and FF. RGB value is (235,0,255). Sum of RGB (Red+Green+Blue) = 235+0+255=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 0 (0.39% from 255 or 0% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB00FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB00FF is #14FF00. Grayscale: #626262. Windows color (decimal): -1376001 or 16711915. OLE color: 16711915.

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

Color convert

RGB 235 0 255 -
CMYK 0.08 1 0 0
HSL 295.29º 1% 0.5% -
HSV(B) 295.29º 1% 1% -
XYZ 52.31 24.88 96.65 -
YUV 99.34 215.86 224.77 -
System Red Green Blue C M Y K H S L
Decimal 235 0 255 0.08 1 0 0 295.29 1 0.5
Hex EB 0 FF 8 64 0 0 127 64 32
Octal 353 0 377 10 144 0 0 447 144 62
Binary 11101011 0 11111111 1000 1100100 0 0 100100111 1100100 110010

Color Harmonies of #EB00FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00FF

Black with #EB00FF

Text Example


Text Example

White with #EB00FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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