Html Css Color HEX #EB01ED Psychedelic Purple

📋 copy color: '#EB01ED'

red 235 ◦ green 1 ◦ blue 237

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

Shades of Psychedelic Purple #EB01ED

Tints of Psychedelic Purple #EB01ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 49.68%
G = 0.21%
B = 50.11%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB01ED (or 0xEB01ED) is known color: Psychedelic Purple. HEX triplet: EB, 01 and ED. RGB value is (235,1,237). Sum of RGB (Red+Green+Blue) = 235+1+237=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 1 (0.78% from 255 or 0.21% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB01ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB01ED is #14FE12. Grayscale: #616161. Windows color (decimal): -1375763 or 15532523. OLE color: 15532523.

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

Color convert

RGB 235 1 237 -
CMYK 0.01 1.00 0 0.07
HSL 299.49º 0.99% 0.47% -
HSV(B) 299.49º 1% 0.93% -
XYZ 49.56 23.8 82.1 -
YUV 97.87 206.52 225.81 -
System Red Green Blue C M Y K H S L
Decimal 235 1 237 0.01 1.00 0 0.07 299.49 0.99 0.47
Hex EB 1 ED 1 64 0 7 12B 63 2F
Octal 353 1 355 1 144 0 7 453 143 57
Binary 11101011 1 11101101 1 1100100 0 111 100101011 1100011 101111

Color Harmonies of #EB01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB01ED

Black with #EB01ED

Text Example


Text Example

White with #EB01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB01ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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