Html Css Color HEX #EB01EF Psychedelic Purple

📋 copy color: '#EB01EF'

red 235 ◦ green 1 ◦ blue 239

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

Shades of Psychedelic Purple #EB01EF

Tints of Psychedelic Purple #EB01EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

 BLUE value IS 239 (93.75% from 255) = 50.32%

R = 49.47%
G = 0.21%
B = 50.32%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EB01EF (or 0xEB01EF) is known color: Psychedelic Purple. HEX triplet: EB, 01 and EF. RGB value is (235,1,239). Sum of RGB (Red+Green+Blue) = 235+1+239=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 1 (0.78% from 255 or 0.21% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB01EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB01EF is #14FE10. Grayscale: #616161. Windows color (decimal): -1375761 or 15663595. OLE color: 15663595.

HSL color Cylindrical-coordinate representation of color #EB01EF: hue angle of 298.99º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB01EF is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 1 239 -
CMYK 0.02 1.00 0 0.06
HSL 298.99º 0.99% 0.47% -
HSV(B) 298.99º 1% 0.94% -
XYZ 49.85 23.92 83.65 -
YUV 98.1 207.52 225.65 -
System Red Green Blue C M Y K H S L
Decimal 235 1 239 0.02 1.00 0 0.06 298.99 0.99 0.47
Hex EB 1 EF 2 64 0 6 12B 63 2F
Octal 353 1 357 2 144 0 6 453 143 57
Binary 11101011 1 11101111 10 1100100 0 110 100101011 1100011 101111

Color Harmonies of #EB01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB01EF

Black with #EB01EF

Text Example


Text Example

White with #EB01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB01EF; }

 p { color: rgb(235,1,239); }

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

background-color css

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

 a { background-color: rgb(235,1,239); }

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

border-color css

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

 span { border-color: rgb(235,1,239); }

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