Html Css Color HEX #EB01E5 Psychedelic Purple

📋 copy color: '#EB01E5'

red 235 ◦ green 1 ◦ blue 229

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

Shades of Psychedelic Purple #EB01E5

Tints of Psychedelic Purple #EB01E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.25%

R = 50.54%
G = 0.22%
B = 49.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EB01E5 (or 0xEB01E5) is known color: Psychedelic Purple. HEX triplet: EB, 01 and E5. RGB value is (235,1,229). Sum of RGB (Red+Green+Blue) = 235+1+229=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB01E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB01E5 is #14FE1A. Grayscale: #606060. Windows color (decimal): -1375771 or 15008235. OLE color: 15008235.

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

Color convert

RGB 235 1 229 -
CMYK 0 1.00 0.03 0.08
HSL 301.54º 0.99% 0.46% -
HSV(B) 301.54º 1% 0.92% -
XYZ 48.41 23.34 76.08 -
YUV 96.96 202.52 226.46 -
System Red Green Blue C M Y K H S L
Decimal 235 1 229 0 1.00 0.03 0.08 301.54 0.99 0.46
Hex EB 1 E5 0 64 3 8 12E 63 2E
Octal 353 1 345 0 144 3 10 456 143 56
Binary 11101011 1 11100101 0 1100100 11 1000 100101110 1100011 101110

Color Harmonies of #EB01E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB01E5

Black with #EB01E5

Text Example


Text Example

White with #EB01E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB01E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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