Html Css Color HEX #EB01F0 Psychedelic Purple

📋 copy color: '#EB01F0'

red 235 ◦ green 1 ◦ blue 240

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

Shades of Psychedelic Purple #EB01F0

Tints of Psychedelic Purple #EB01F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.42%

R = 49.37%
G = 0.21%
B = 50.42%

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

#EB01F0 (or 0xEB01F0) is known color: Psychedelic Purple. HEX triplet: EB, 01 and F0. RGB value is (235,1,240). Sum of RGB (Red+Green+Blue) = 235+1+240=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 1 (0.78% from 255 or 0.21% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB01F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB01F0 is #14FE0F. Grayscale: #616161. Windows color (decimal): -1375760 or 15729131. OLE color: 15729131.

HSL color Cylindrical-coordinate representation of color #EB01F0: hue angle of 298.74º 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 #EB01F0 is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 1 240 -
CMYK 0.02 1.00 0 0.06
HSL 298.74º 0.99% 0.47% -
HSV(B) 298.74º 1% 0.94% -
XYZ 50 23.98 84.43 -
YUV 98.21 208.02 225.57 -
System Red Green Blue C M Y K H S L
Decimal 235 1 240 0.02 1.00 0 0.06 298.74 0.99 0.47
Hex EB 1 F0 2 64 0 6 12B 63 2F
Octal 353 1 360 2 144 0 6 453 143 57
Binary 11101011 1 11110000 10 1100100 0 110 100101011 1100011 101111

Color Harmonies of #EB01F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB01F0

Black with #EB01F0

Text Example


Text Example

White with #EB01F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB01F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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