Html Css Color HEX #EB00EF Psychedelic Purple

📋 copy color: '#EB00EF'

red 235 ◦ green 0 ◦ blue 239

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

Shades of Psychedelic Purple #EB00EF

Tints of Psychedelic Purple #EB00EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 49.58%
G = 0%
B = 50.42%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EB00EF (or 0xEB00EF) is known color: Psychedelic Purple. HEX triplet: EB, 00 and EF. RGB value is (235,0,239). Sum of RGB (Red+Green+Blue) = 235+0+239=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB00EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB00EF is #14FF10. Grayscale: #606060. Windows color (decimal): -1376017 or 15663339. OLE color: 15663339.

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

Color convert

RGB 235 0 239 -
CMYK 0.02 1 0 0.06
HSL 299º 1% 0.47% -
HSV(B) 299º 1% 0.94% -
XYZ 49.84 23.89 83.65 -
YUV 97.51 207.86 226.07 -
System Red Green Blue C M Y K H S L
Decimal 235 0 239 0.02 1 0 0.06 299 1 0.47
Hex EB 0 EF 2 64 0 6 12B 64 2F
Octal 353 0 357 2 144 0 6 453 144 57
Binary 11101011 0 11101111 10 1100100 0 110 100101011 1100100 101111

Color Harmonies of #EB00EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00EF

Black with #EB00EF

Text Example


Text Example

White with #EB00EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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