Html Css Color HEX #EB01E6 Psychedelic Purple

📋 copy color: '#EB01E6'

red 235 ◦ green 1 ◦ blue 230

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

Shades of Psychedelic Purple #EB01E6

Tints of Psychedelic Purple #EB01E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.36%

R = 50.43%
G = 0.21%
B = 49.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB01E6 (or 0xEB01E6) is known color: Psychedelic Purple. HEX triplet: EB, 01 and E6. RGB value is (235,1,230). Sum of RGB (Red+Green+Blue) = 235+1+230=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 1 (0.78% from 255 or 0.21% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB01E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB01E6 is #14FE19. Grayscale: #606060. Windows color (decimal): -1375770 or 15073771. OLE color: 15073771.

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

Color convert

RGB 235 1 230 -
CMYK 0 1.00 0.02 0.08
HSL 301.28º 0.99% 0.46% -
HSV(B) 301.28º 1% 0.92% -
XYZ 48.55 23.4 76.82 -
YUV 97.07 203.02 226.38 -
System Red Green Blue C M Y K H S L
Decimal 235 1 230 0 1.00 0.02 0.08 301.28 0.99 0.46
Hex EB 1 E6 0 64 2 8 12D 63 2E
Octal 353 1 346 0 144 2 10 455 143 56
Binary 11101011 1 11100110 0 1100100 10 1000 100101101 1100011 101110

Color Harmonies of #EB01E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB01E6

Black with #EB01E6

Text Example


Text Example

White with #EB01E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB01E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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