Html Css Color HEX #EB00E7 Psychedelic Purple

📋 copy color: '#EB00E7'

red 235 ◦ green 0 ◦ blue 231

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

Shades of Psychedelic Purple #EB00E7

Tints of Psychedelic Purple #EB00E7

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 231 (90.63% from 255) = 49.57%

R = 50.43%
G = 0%
B = 49.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB00E7 (or 0xEB00E7) is known color: Psychedelic Purple. HEX triplet: EB, 00 and E7. RGB value is (235,0,231). Sum of RGB (Red+Green+Blue) = 235+0+231=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB00E7 is #14FF18. Grayscale: #5F5F5F. Windows color (decimal): -1376025 or 15139051. OLE color: 15139051.

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

Color convert

RGB 235 0 231 -
CMYK 0 1 0.02 0.08
HSL 301.02º 1% 0.46% -
HSV(B) 301.02º 1% 0.92% -
XYZ 48.68 23.43 77.56 -
YUV 96.6 203.86 226.72 -
System Red Green Blue C M Y K H S L
Decimal 235 0 231 0 1 0.02 0.08 301.02 1 0.46
Hex EB 0 E7 0 64 2 8 12D 64 2E
Octal 353 0 347 0 144 2 10 455 144 56
Binary 11101011 0 11100111 0 1100100 10 1000 100101101 1100100 101110

Color Harmonies of #EB00E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00E7

Black with #EB00E7

Text Example


Text Example

White with #EB00E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00E7; }

 p { color: rgb(235,0,231); }

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

background-color css

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

 a { background-color: rgb(235,0,231); }

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

border-color css

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

 span { border-color: rgb(235,0,231); }

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