Html Css Color HEX #EB00EA Psychedelic Purple

📋 copy color: '#EB00EA'

red 235 ◦ green 0 ◦ blue 234

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

Shades of Psychedelic Purple #EB00EA

Tints of Psychedelic Purple #EB00EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 50.11%
G = 0%
B = 49.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EB00EA (or 0xEB00EA) is known color: Psychedelic Purple. HEX triplet: EB, 00 and EA. RGB value is (235,0,234). Sum of RGB (Red+Green+Blue) = 235+0+234=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 0 (0.39% from 255 or 0% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB00EA is #14FF15. Grayscale: #606060. Windows color (decimal): -1376022 or 15335659. OLE color: 15335659.

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

Color convert

RGB 235 0 234 -
CMYK 0 1 0.00 0.08
HSL 300.26º 1% 0.46% -
HSV(B) 300.26º 1% 0.92% -
XYZ 49.11 23.6 79.81 -
YUV 96.94 205.36 226.47 -
System Red Green Blue C M Y K H S L
Decimal 235 0 234 0 1 0.00 0.08 300.26 1 0.46
Hex EB 0 EA 0 64 0 8 12C 64 2E
Octal 353 0 352 0 144 0 10 454 144 56
Binary 11101011 0 11101010 0 1100100 0 1000 100101100 1100100 101110

Color Harmonies of #EB00EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00EA

Black with #EB00EA

Text Example


Text Example

White with #EB00EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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