Html Css Color HEX #EB00EE Psychedelic Purple

📋 copy color: '#EB00EE'

red 235 ◦ green 0 ◦ blue 238

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

Shades of Psychedelic Purple #EB00EE

Tints of Psychedelic Purple #EB00EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 49.68%
G = 0%
B = 50.32%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB00EE (or 0xEB00EE) is known color: Psychedelic Purple. HEX triplet: EB, 00 and EE. RGB value is (235,0,238). Sum of RGB (Red+Green+Blue) = 235+0+238=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB00EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB00EE is #14FF11. Grayscale: #606060. Windows color (decimal): -1376018 or 15597803. OLE color: 15597803.

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

Color convert

RGB 235 0 238 -
CMYK 0.01 1 0 0.07
HSL 299.24º 1% 0.47% -
HSV(B) 299.24º 1% 0.93% -
XYZ 49.69 23.84 82.87 -
YUV 97.4 207.36 226.15 -
System Red Green Blue C M Y K H S L
Decimal 235 0 238 0.01 1 0 0.07 299.24 1 0.47
Hex EB 0 EE 1 64 0 7 12B 64 2F
Octal 353 0 356 1 144 0 7 453 144 57
Binary 11101011 0 11101110 1 1100100 0 111 100101011 1100100 101111

Color Harmonies of #EB00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00EE

Black with #EB00EE

Text Example


Text Example

White with #EB00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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