Html Css Color HEX #EB1DFF Psychedelic Purple

📋 copy color: '#EB1DFF'

red 235 ◦ green 29 ◦ blue 255

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

Shades of Psychedelic Purple #EB1DFF

Tints of Psychedelic Purple #EB1DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.59%

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

R = 45.28%
G = 5.59%
B = 49.13%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB1DFF (or 0xEB1DFF) is known color: Psychedelic Purple. HEX triplet: EB, 1D and FF. RGB value is (235,29,255). Sum of RGB (Red+Green+Blue) = 235+29+255=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 29 (11.72% from 255 or 5.59% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB1DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB1DFF is #14E200. Grayscale: #737373. Windows color (decimal): -1368577 or 16719339. OLE color: 16719339.

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

Color convert

RGB 235 29 255 -
CMYK 0.08 0.89 0 0
HSL 294.69º 1% 0.56% -
HSV(B) 294.69º 0.89% 1% -
XYZ 52.75 25.76 96.8 -
YUV 116.36 206.25 212.62 -
System Red Green Blue C M Y K H S L
Decimal 235 29 255 0.08 0.89 0 0 294.69 1 0.56
Hex EB 1D FF 8 59 0 0 127 64 38
Octal 353 35 377 10 131 0 0 447 144 70
Binary 11101011 11101 11111111 1000 1011001 0 0 100100111 1100100 111000

Color Harmonies of #EB1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1DFF

Black with #EB1DFF

Text Example


Text Example

White with #EB1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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