Html Css Color HEX #EB10EC Psychedelic Purple

📋 copy color: '#EB10EC'

red 235 ◦ green 16 ◦ blue 236

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

Shades of Psychedelic Purple #EB10EC

Tints of Psychedelic Purple #EB10EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.29%

 BLUE value IS 236 (92.58% from 255) = 48.46%

R = 48.25%
G = 3.29%
B = 48.46%

CMYK

 C value IS 0.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB10EC (or 0xEB10EC) is known color: Psychedelic Purple. HEX triplet: EB, 10 and EC. RGB value is (235,16,236). Sum of RGB (Red+Green+Blue) = 235+16+236=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 16 (6.64% from 255 or 3.29% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB10EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB10EC is #14EF13. Grayscale: #696969. Windows color (decimal): -1371924 or 15470827. OLE color: 15470827.

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

Color convert

RGB 235 16 236 -
CMYK 0.00 0.93 0 0.07
HSL 299.73º 0.87% 0.49% -
HSV(B) 299.73º 0.93% 0.93% -
XYZ 49.59 24.09 81.39 -
YUV 106.56 201.05 219.61 -
System Red Green Blue C M Y K H S L
Decimal 235 16 236 0.00 0.93 0 0.07 299.73 0.87 0.49
Hex EB 10 EC 0 5D 0 7 12C 57 31
Octal 353 20 354 0 135 0 7 454 127 61
Binary 11101011 10000 11101100 0 1011101 0 111 100101100 1010111 110001

Color Harmonies of #EB10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB10EC

Black with #EB10EC

Text Example


Text Example

White with #EB10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB10EC; }

 p { color: rgb(235,16,236); }

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

background-color css

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

 a { background-color: rgb(235,16,236); }

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

border-color css

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

 span { border-color: rgb(235,16,236); }

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