#EB12F3

Color #EB12F3 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #EB12F3

Tints of Psychedelic Purple #EB12F3

Color information

#EB12F3 (or 0xEB12F3) is unknown color: approx Psychedelic Purple. HEX triplet: EB, 12 and F3. RGB value is (235,18,243). Sum of RGB (Red+Green+Blue) = 235+18+243=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 18 (7.42% from 255 or 3.63% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #EB12F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB12F3 is #14ED0C. Grayscale: #6B6B6B. Windows color (decimal): -1371405 or 15930091. OLE color: 15930091.

HSL color Cylindrical-coordinate representation of color #EB12F3: hue angle of 297.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB12F3 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23518243-
CMYK0.030.9300.05
HSL297.87º90.36%51.18%-
HSV(B)297.87º92.59%95.29%-
XYZ50.6524.5786.87-
YUV108.53203.89218.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.38%
GREEN value IS 18 (7.42% from 255) = 3.63%
BLUE value IS 243 (95.31% from 255) = 48.99%
R=47.38%
G=3.63%
B=48.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal235182430.030.9300.05297.8790.3651.18
HexEB12F335D0512a5a33
Octal3532236331350545213263
Binary11101011100101111001111101110101011001010101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB12F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB12F3; }

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

 H1.HeaderClassName
 {
   color: #EB12F3;
 }
 .AnyTagClassName
 {
   color: #EB12F3;
 }
</style>
background-color css

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

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

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

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

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

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