Html Css Color HEX #EB12EC Psychedelic Purple

📋 copy color: '#EB12EC'

red 235 ◦ green 18 ◦ blue 236

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

Shades of Psychedelic Purple #EB12EC

Tints of Psychedelic Purple #EB12EC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.68%

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

R = 48.06%
G = 3.68%
B = 48.26%

CMYK

 C value IS 0.00

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB12EC (or 0xEB12EC) is known color: Psychedelic Purple. HEX triplet: EB, 12 and EC. RGB value is (235,18,236). Sum of RGB (Red+Green+Blue) = 235+18+236=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 18 (7.42% from 255 or 3.68% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB12EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB12EC is #14ED13. Grayscale: #6B6B6B. Windows color (decimal): -1371412 or 15471339. OLE color: 15471339.

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

Color convert

RGB 235 18 236 -
CMYK 0.00 0.92 0 0.07
HSL 299.72º 0.86% 0.5% -
HSV(B) 299.72º 0.92% 0.93% -
XYZ 49.62 24.15 81.4 -
YUV 107.74 200.39 218.77 -
System Red Green Blue C M Y K H S L
Decimal 235 18 236 0.00 0.92 0 0.07 299.72 0.86 0.5
Hex EB 12 EC 0 5C 0 7 12C 56 32
Octal 353 22 354 0 134 0 7 454 126 62
Binary 11101011 10010 11101100 0 1011100 0 111 100101100 1010110 110010

Color Harmonies of #EB12EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB12EC

Black with #EB12EC

Text Example


Text Example

White with #EB12EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB12EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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